Skip to content

Commit e16988b

Browse files
Simplify flake8 command in pylint.yml
Removed explicit config option for flake8 linting.
1 parent 142ccd7 commit e16988b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pylint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ jobs:
2424
2525
- name: Run flake8
2626
run: |
27-
flake8 --config=.flake8 src # Specify the directory to lint
27+
flake8 src # Specify the directory to lint
28+
29+
2830

0 commit comments

Comments
 (0)