Skip to content

Commit e56008d

Browse files
committed
restructure-modules: Add venv to flake8 exclude
Signed-off-by: Andrew Helsby <[email protected]>
1 parent 278189f commit e56008d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.flake8

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[flake8]
2-
max-line-length = 88
2+
max-line-length = 88
3+
exclude = .venv/*,venv/*,.git,__pycache__

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
4444
- name: Run flake8 formatter check
4545
run: |
46-
flake8 python_open_feature_sdk
47-
flake8 tests
46+
flake8 .
4847
4948
- name: Run isort formatter check
5049
run: |

0 commit comments

Comments
 (0)