We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31741e0 commit 4dfc5c5Copy full SHA for 4dfc5c5
.github/workflows/ci.yml
@@ -57,6 +57,9 @@ jobs:
57
run: |
58
pip install --upgrade pip
59
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
63
64
- name: Lint implementation
65
run: flake8
test-requirements.txt
@@ -1,3 +1,2 @@
1
flake8
2
flake8-bugbear
3
-flake8-noqa
0 commit comments