Skip to content

Commit e03e676

Browse files
Merge pull request #232 from NASA-IMPACT/fix/flake_ignore
Fix/flake ignore
2 parents 1396b47 + 3639aa7 commit e03e676

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
@@ -34,7 +34,7 @@ commands =
3434
# Lint
3535
[flake8]
3636
ignore = E203, E266, E501, W503, F403, F401, E231
37-
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,toxenv,devenv,cdk.out
37+
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,toxenv,devenv,cdk.out,.tox
3838
max-line-length = 90
3939
max-complexity = 18
4040
select = B,C,E,F,W,T4,B9

0 commit comments

Comments
 (0)