Skip to content

Commit 30a5b41

Browse files
authored
Update codeql-analysis.yml
1 parent 7a3d805 commit 30a5b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
python -m pip install --upgrade pip
1616
pip install flake8
1717
- 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
18+
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

Comments
 (0)