Skip to content

Commit 69dec29

Browse files
committed
Moved flake8 ignore flags to .flake8
1 parent b37b2e6 commit 69dec29

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.flake8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[flake8]
22
max-line-length = 120
3-
ignore = E126, E127, E128, E129, E226, E241, E265, E741, F403
4-
exclude = docs/,lm_combustion,radhydro
3+
ignore = E126, E127, E128, E129, E226, E241, E265, E741, F403, W504
4+
exclude = docs/,lm_combustion,radhydro

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ before_script:
3131
- ./mk.sh $MK_ARGS
3232

3333
script:
34-
- flake8 --ignore=W504,F403,E226,E126,E127,E128,E129,E241,E741 .
34+
- flake8 .
3535
- pytest -v --cov=. --cov-config .coveragerc --nbval --ignore=docs --ignore=./multigrid/variable_coeff_elliptic.ipynb --ignore=examples/mesh --ignore=examples/multigrid --ignore=$NB_IGNORE
3636
# - travis-sphinx build
3737

0 commit comments

Comments
 (0)