Skip to content

Commit 0f7501c

Browse files
committed
format
1 parent a590dcb commit 0f7501c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ repos:
99
- id: end-of-file-fixer
1010
- id: check-yaml
1111
- id: check-added-large-files
12+
- repo: https://github.com/PyCQA/flake8
13+
rev: 7.0.0
14+
hooks:
15+
- id: flake8
16+
additional_dependencies: [flake8-no-print]

0 commit comments

Comments
 (0)