We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8da328 commit 8f82f48Copy full SHA for 8f82f48
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
pipx install flake8
19
20
- name: Lint package
21
- run: flake8 src examples
+ run: flake8 src examples test
22
23
- name: Typecheck package
24
run: mypy src
0 commit comments