Skip to content

Commit 4b993de

Browse files
authored
update flake8 ignores
Signed-off-by: GitHub <noreply@github.com>
1 parent d0c694a commit 4b993de

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ max-line-length=119
99
exclude=.venv,__pycache__
1010
# Ignore some of the most obnoxious linting errors.
1111
ignore=
12-
B311,W503,E226,S311,T000
12+
W503,E226,
1313
# Missing Docstrings
1414
D100,D104,D105,D106,D107,
1515
# Docstring Whitespace
@@ -19,9 +19,7 @@ ignore=
1919
# Docstring Content
2020
D400,D401,D402,D404,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414,D416,D417,
2121
# Comments
22-
E266,
23-
# Type Annotations
24-
ANN002,ANN003,ANN101,ANN102,ANN204,ANN206
22+
E266
2523

2624
[isort]
2725
# Select the 5th style (Hanging grid grouped) to handle longer import.

0 commit comments

Comments
 (0)