Skip to content

Commit cc52b72

Browse files
authored
Update python-linter.yml
1 parent c0355f5 commit cc52b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint Python Code
1+
name: lint-python-code
22

33
on:
44
pull_request:
@@ -25,4 +25,4 @@ jobs:
2525
run: |
2626
flake8 . --select=E901,E999,F821,F822,F823 --exclude=__init__.py
2727
env:
28-
FLAKE8_OPTIONS: "--ignore=E203,W503"
28+
FLAKE8_OPTIONS: "--ignore=E203,W503"

0 commit comments

Comments
 (0)