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 6fbd62a commit 721601eCopy full SHA for 721601e
.flake8
@@ -1,4 +1,4 @@
1
[flake8]
2
exclude=elasticapm/utils/wrapt,build,src,tests,dist,conftest.py,setup.py
3
max-line-length=120
4
-ignore=E731,W503,E203,BLK100
+ignore=E731,W503,E203,BLK100,B301
0 commit comments