Skip to content

Commit

Permalink
ignore E203, as it currently has false positives for some slicings
Browse files Browse the repository at this point in the history
  • Loading branch information
grothe6 committed Aug 14, 2023
1 parent 78155fa commit 8601066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ packages = find:

[flake8]
max-line-length = 120
extend-ignore = E203

[mypy]
show_error_codes = True
Expand Down

0 comments on commit 8601066

Please sign in to comment.