Skip to content

Commit

Permalink
fix isort and black compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
MvWouden committed Oct 29, 2023
1 parent 3466081 commit cec98b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ repos:
rev: 5.12.0
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
- repo: local
hooks:
- id: flake8
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ exclude = '''
py_version = 311
profile = "black"
line_length = 79
multi_line_output = 5
multi_line_output = 3
include_trailing_comma = true

0 comments on commit cec98b8

Please sign in to comment.