Skip to content

Commit 00cda09

Browse files
authored
Merge pull request #82 from Helene/flake_ignore
Add W503 to ignored flake8 rules
2 parents 1a1f3d6 + eab57e9 commit 00cda09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Test
2323
command: |
2424
. venv/bin/activate
25-
flake8 --max-line-length=999 --ignore=E731,E741,E712,E722 --exclude=venv* --statistics
25+
flake8 --max-line-length=999 --ignore=E731,E741,E712,E722,W503 --exclude=venv* --statistics
2626
nose2
2727
- setup_remote_docker:
2828
version: 19.03.13

0 commit comments

Comments
 (0)