Skip to content

Commit 4dfc5c5

Browse files
authored
Remove flake8-noqa from test-requirements.txt (#138)
1 parent 31741e0 commit 4dfc5c5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
run: |
5858
pip install --upgrade pip
5959
pip install -r test-requirements.txt
60+
# not included in test-requirements.txt as it depends on typing-extensions,
61+
# so it's a pain to have it installed locally
62+
pip install flake8-noqa
6063
6164
- name: Lint implementation
6265
run: flake8

test-requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
flake8
22
flake8-bugbear
3-
flake8-noqa

0 commit comments

Comments
 (0)