Skip to content

Commit

Permalink
set flake8 line length high enough
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienWehrle committed Dec 1, 2024
1 parent 6905c39 commit b20ff0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repos:
hooks:
- id: flake8
args: [
'--max-line-length', '122',
'--max-line-length', '122',
'--extend-ignore', 'E203,B028', # flake8
# disagrees
# with
Expand Down

0 comments on commit b20ff0d

Please sign in to comment.