Skip to content

Commit

Permalink
add flake8 ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Nov 6, 2023
1 parent efecba5 commit ff2e39c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ min_python_version = 3.7
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist
max_line_length = 89
ignore=
W503,I900,IF100,NQA102, RST212
W503,I900,IF100,NQA102,RST212,LIT002
per-file-ignores =
tests/*:S101,D103,S307,DALL000,S311,ECE001,FKA100
tests/test_geometrycollection.py: ECE001,S101,D103,S307,DALL000
tests/test_factories.py: ECE001,S10,D10,S307,DALL000,PT009,T003
tests/test_factories.py: ECE001,S10,D10,S307,DALL000,PT009,T003,CM001
tests/test_feature.py: ECE001,S10,D10,S307,DALL000,PT009,T003,P103
pygeoif/*: S604
pygeoif/types.py: A003
Expand Down

0 comments on commit ff2e39c

Please sign in to comment.