Skip to content

Commit e51eb59

Browse files
committed
revert changes to pre-commit
1 parent cd80fce commit e51eb59

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +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]
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)