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 7a3d805 commit 30a5b41Copy full SHA for 30a5b41
.github/workflows/codeql-analysis.yml
@@ -15,4 +15,4 @@ jobs:
15
python -m pip install --upgrade pip
16
pip install flake8
17
- name: Lint with flake8
18
- run: flake8 . --isolated --exclude=.cache,.venv,.svn,CVS,.bzr,.hg,.git,__pycache__,.tox,**/migrations/** --ignore=E203,W503 --max-line-length=119
+ run: flake8 . --isolated --exclude=.cache,.venv,.svn,CVS,.bzr,.hg,.git,__pycache__,.tox,**/certificate_generator**,**/migrations/** --ignore=E203,W503 --max-line-length=119
0 commit comments