Skip to content

Commit

Permalink
Merge pull request #264 from NASA-IMPACT/fix/ignore_flake_type_compar…
Browse files Browse the repository at this point in the history
…ison

Ignore new type comparison checking flake8 rule E721.
  • Loading branch information
sharkinsspatial authored Jan 11, 2024
2 parents f4d1ab1 + 967b0a6 commit c189ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ commands =

# Lint
[flake8]
ignore = E203, E266, E501, W503, F403, F401, E231
ignore = E203, E266, E501, W503, F403, F401, E231, E721
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,toxenv,devenv,cdk.out,.tox
max-line-length = 90
max-complexity = 18
Expand Down

0 comments on commit c189ac7

Please sign in to comment.