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 1e1f453 commit 0a4db3eCopy full SHA for 0a4db3e
.flake8
.github/workflows/ci.yml
@@ -47,4 +47,4 @@ jobs:
47
- name: Lint code
48
run: |
49
source .venv/bin/activate
50
- flake8 .
+ flake8 --exclude=.venv .
0 commit comments