Skip to content

Commit

Permalink
Ignore B028, conflict with black
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Nov 21, 2024
1 parent 3f0b397 commit a353f31
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 @@ -45,7 +45,7 @@ repos:
# More than one argument in the second list, so need to pass arguments as below (and -- to finish)
args: [
'--max-line-length', '120', # we can write dicts however we want
'--extend-ignore', 'E203,C408', # flake8 disagrees with black, so this should be ignored.
'--extend-ignore', 'E203,C408,B028', # flake8 disagrees with black, so this should be ignored.
'--'
]
additional_dependencies:
Expand Down

0 comments on commit a353f31

Please sign in to comment.