Skip to content

Commit

Permalink
Update flake8 exclusion path for regex_parser.py in GitHub Actions wo…
Browse files Browse the repository at this point in the history
…rkflow
  • Loading branch information
Buba98 committed Dec 27, 2024
1 parent 043cfb9 commit b5c31da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
# Conditionally exclude parser/regex_parser.py for Python 3.9
if [ "${{ matrix.python-version }}" = "3.9" ]; then
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude=parser/regex_parser.py
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude=regex_enumerator/parser/regex_parser.py
else
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
fi
Expand Down

0 comments on commit b5c31da

Please sign in to comment.