Skip to content

Commit

Permalink
MAINT: Remove .tox from .flake8
Browse files Browse the repository at this point in the history
Also sort the ignore list.
  • Loading branch information
j-t-1 authored Oct 8, 2024
1 parent 8245fbc commit ac64e47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[flake8]
# The flake8 config should work well with black,
# see https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8
ignore = E203,E501,E741,W503,W604,N817,N814,VNE001,VNE002,VNE003,N802,SIM105,P101
exclude = build,sample-files,dist,.benchmarks,.git,.github,.mypy_cache,.pytest_cache,.tox
# The flake8 config should work well with black
# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8
ignore = E203,E501,E741,N802,N814,N817,P101,SIM105,VNE001,VNE002,VNE003,W503,W604
exclude = build,sample-files,dist,.benchmarks,.git,.github,.mypy_cache,.pytest_cache
per-file-ignores =
tests/*: ASS001,PT011,B011,T001,T201
make_release.py:T001,T201

0 comments on commit ac64e47

Please sign in to comment.