Skip to content

Commit ee6da03

Browse files
committed
add per file ignores
Signed-off-by: Chris Snow <[email protected]>
1 parent 7086141 commit ee6da03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
name: "Flake8 code checks"
4646
python: 3.8
4747
install:
48-
- pip3 install flake8 flake8-docstrings
48+
- pip3 install flake8 flake8-docstrings flake8-per-file-ignores
4949
script:
5050
- flake8 --docstring-convention numpy bin/ hpecp/ tests/
5151
- stage: format

0 commit comments

Comments
 (0)