Skip to content

Commit 5a5f94c

Browse files
author
Hugo Osvaldo Barrera
committed
Update black setup
1 parent 528c82d commit 5a5f94c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[flake8]
22
exclude = docs/conf.py
3+
extend-ignore =
4+
E203, # Black-incompatible colon spacing.
5+
W503, # Line jump before binary operator.
36
max-line-length = 88
4-
extend-ignore = E203, W503
57

68
[isort]
79
force_single_line=true

0 commit comments

Comments
 (0)