Skip to content

Commit 6fbd62a

Browse files
authored
ignore errors from flake8-black (#690)
we already run black in its own pre-commit hook and on CI, so no need to also have flake8/hound run black.
1 parent 793800f commit 6fbd62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[flake8]
22
exclude=elasticapm/utils/wrapt,build,src,tests,dist,conftest.py,setup.py
33
max-line-length=120
4-
ignore=E731,W503,E203
4+
ignore=E731,W503,E203,BLK100

0 commit comments

Comments
 (0)