Skip to content

Commit

Permalink
exclude hidden dir from flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Dec 16, 2023
1 parent 638cdce commit d47ad35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ jobs:
python-version: 3.8
auto-activate-base: false

- name: debug pwd
run: pwd

- name: debug ls
run: ls -l

- name: Flake8
run: python -m flake8 --config=config.flake8

Expand Down
1 change: 1 addition & 0 deletions config.flake8
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[flake8]
ignore = E114,E115,E116,E121,E123,E126,E133,E2,E704,E722,E741,E743,W503,F403,F405,F999
exclude =
.,
.git,
build,
buildconfig,
Expand Down

0 comments on commit d47ad35

Please sign in to comment.