Skip to content

Commit 48eb927

Browse files
Alexey BogoslovskyiCostya-Y
authored andcommitted
Added T001 and T201 errors to flake8 exclude list
1 parent d1f4cd3 commit 48eb927

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,9 @@ commands =
3333
[isort]
3434
profile=black
3535
forced_separate = shellfoundry,tests
36-
skip = mibs
3736

3837
[flake8]
3938
max-line-length = 88
4039
;we don't need have docstrings in every func, class and package
4140
;and W503 is not PEP 8 compliant
42-
ignore = D100,D101,D102,D103,D104,D105,D106,D107,D401,W503,E203
43-
exclude = mibs
41+
ignore = D100,D101,D102,D103,D104,D105,D106,D107,D401,W503,E203,T001,T201

0 commit comments

Comments
 (0)