Skip to content

Commit

Permalink
fix: add explicit settings path to isort in pre-commit configuration (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jenstroeger authored Jun 26, 2022
1 parent 44be5ac commit c75dc16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ repos:
hooks:
- id: isort
name: Sort import statements
args: [--settings-path, pyproject.toml]

# Add Black code formatters.
- repo: https://github.com/ambv/black
Expand Down

0 comments on commit c75dc16

Please sign in to comment.