Skip to content

Commit d7235d8

Browse files
committed
ignore "Black would make changes" produced by flake8-black
1 parent 2397e60 commit d7235d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ max-line-length = 120
1616
builtins =
1717
basestring,
1818
reduce
19+
20+
# ignore "Black would make changes" produced by flake8-black
21+
# see also https://github.com/houndci/hound/issues/1769
22+
ignore = BLK100

0 commit comments

Comments
 (0)