Skip to content

Commit c189ac7

Browse files
Merge pull request #264 from NASA-IMPACT/fix/ignore_flake_type_comparison
Ignore new type comparison checking flake8 rule E721.
2 parents f4d1ab1 + 967b0a6 commit c189ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ commands =
3333

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

0 commit comments

Comments
 (0)