Skip to content

Commit

Permalink
exclude external cgi.py from flake8 analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel committed Jul 24, 2024
1 parent ecdd333 commit e4ce3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
python -m unittest discover --verbose --start-directory tests
- name: run flake8
run:
python -m flake8 .
python -m flake8 -extend-exclude "cgi.py" .
- name: run black
run:
black --check --diff .
Expand Down

0 comments on commit e4ce3c0

Please sign in to comment.