Skip to content

Commit 6261447

Browse files
committed
Added flake8 exception for E722 do not use bare 'except'
1 parent daa038f commit 6261447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[flake8]
22
exclude=build,.git,manage.py
3-
ignore=E123,E128,E402,E501,W503,E731,W601
3+
ignore=E123,E128,E402,E501,W503,E731,W601,E722
44
max-line-length = 119
55

66
[isort]

0 commit comments

Comments
 (0)