Skip to content

Commit e4e02fb

Browse files
authored
Merge pull request #3162 from boegel/disable_black_would_make_changes
ignore "Black would make changes" produced by flake8-black
2 parents 2397e60 + d7235d8 commit e4e02fb

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)