Skip to content

Commit bf6ed2c

Browse files
committed
Ignore ambiguous variable name errors
1 parent f1f2a5a commit bf6ed2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ repos:
1010
- id: end-of-file-fixer
1111
- id: trailing-whitespace
1212
- id: flake8
13-
args: ['--max-line-length=88', '--ignore=W503,E402']
13+
args: ['--max-line-length=88', '--ignore=W503,E402,E741']

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install:
3838
- which python
3939

4040
script:
41-
- flake8 proplot docs --max-line-length=88 --ignore=W503,E402
41+
- flake8 proplot docs --max-line-length=88 --ignore=W503,E402,E741
4242
- pushd docs
4343
- make html
4444
- popd

0 commit comments

Comments
 (0)