Skip to content

Commit

Permalink
Added T001 and T201 errors to flake8 exclude list
Browse files Browse the repository at this point in the history
  • Loading branch information
alexquali authored and Costya-Y committed Sep 7, 2022
1 parent d1f4cd3 commit 48eb927
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ commands =
[isort]
profile=black
forced_separate = shellfoundry,tests
skip = mibs

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

0 comments on commit 48eb927

Please sign in to comment.