Skip to content

Commit

Permalink
Make flake8 config black-compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
ZipFile committed Jan 18, 2025
1 parent 50643e0 commit 29ae3e1
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 @@ -2,6 +2,7 @@
max_line_length = 120
max_complexity = 10
exclude = types.py
extend-ignore = E203,E701
per-file-ignores =
examples/demo/*: F841
examples/containers/traverse.py: E501
Expand Down

0 comments on commit 29ae3e1

Please sign in to comment.