Skip to content

Commit d47ad35

Browse files
committed
exclude hidden dir from flake8
1 parent 638cdce commit d47ad35

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/pr_workflow.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ jobs:
2525
python-version: 3.8
2626
auto-activate-base: false
2727

28-
- name: debug pwd
29-
run: pwd
30-
31-
- name: debug ls
32-
run: ls -l
33-
3428
- name: Flake8
3529
run: python -m flake8 --config=config.flake8
3630

config.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[flake8]
22
ignore = E114,E115,E116,E121,E123,E126,E133,E2,E704,E722,E741,E743,W503,F403,F405,F999
33
exclude =
4+
.,
45
.git,
56
build,
67
buildconfig,

0 commit comments

Comments
 (0)