Skip to content

Commit 248fda8

Browse files
committed
fix: prefer black formatter's whitespace style
1 parent cf00c3e commit 248fda8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
[flake8]
55
max-line-length = 119
66
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,venv,.venv
7+
# E203: whitespace before ':' (conflicts with Black's slice formatting)
8+
extend-ignore = E203, W503
79

810
[pycodestyle]
911
max-line-length = 119

0 commit comments

Comments
 (0)