Skip to content

Commit 0894b20

Browse files
[flake8] ignore: E721, E722, W503
1 parent a256211 commit 0894b20

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
@@ -2,5 +2,5 @@
22
description_file = README.md
33

44
[flake8]
5-
ignore = E501
5+
ignore = E501, E721, E722, W503
66
exclude = .git,.vscode,.pytest_cache,__pycache__,env,venv

0 commit comments

Comments
 (0)