We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2397e60 commit d7235d8Copy full SHA for d7235d8
setup.cfg
@@ -16,3 +16,7 @@ max-line-length = 120
16
builtins =
17
basestring,
18
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