Skip to content

Commit

Permalink
remove line length in flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienWehrle committed Dec 1, 2024
1 parent 4530114 commit a1e926f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ repos:
hooks:
- id: flake8
args: [
'--max-line-length', '88',
'--extend-ignore', 'E203,B028', # flake8
# disagrees
# with
Expand Down

0 comments on commit a1e926f

Please sign in to comment.