Skip to content

Commit 721601e

Browse files
authored
Remove hound false positive around compat.iterkeys (#693)
1 parent 6fbd62a commit 721601e

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,BLK100
4+
ignore=E731,W503,E203,BLK100,B301

0 commit comments

Comments
 (0)