Skip to content

Commit e5ba1f7

Browse files
committed
exclude scripts and old version folders from flake8
1 parent 1da3f74 commit e5ba1f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ repos:
2626
rev: 6.0.0
2727
hooks:
2828
- id: flake8
29+
exclude: ^version1_local_copy/|^scripts
2930
additional_dependencies:
3031
- flake8-bugbear
3132
- flake8-comprehensions

0 commit comments

Comments
 (0)