Skip to content

Commit b5c31da

Browse files
committed
Update flake8 exclusion path for regex_parser.py in GitHub Actions workflow
1 parent 043cfb9 commit b5c31da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
# Conditionally exclude parser/regex_parser.py for Python 3.9
3434
if [ "${{ matrix.python-version }}" = "3.9" ]; then
35-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude=parser/regex_parser.py
35+
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude=regex_enumerator/parser/regex_parser.py
3636
else
3737
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3838
fi

0 commit comments

Comments
 (0)