We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50643e0 commit 29ae3e1Copy full SHA for 29ae3e1
setup.cfg
@@ -2,6 +2,7 @@
2
max_line_length = 120
3
max_complexity = 10
4
exclude = types.py
5
+extend-ignore = E203,E701
6
per-file-ignores =
7
examples/demo/*: F841
8
examples/containers/traverse.py: E501
0 commit comments