Skip to content

Commit ac5b3ca

Browse files
committed
precommit
1 parent c1c9ea7 commit ac5b3ca

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
exclude: .*\.snap
22
repos:
3-
# - repo: https://github.com/pre-commit/pre-commit-hooks
4-
# rev: v4.4.0
5-
# hooks:
6-
# - id: check-yaml
7-
# - id: check-json
8-
# - id: check-merge-conflict
9-
# - id: debug-statements
10-
# - id: check-case-conflict
11-
# - id: check-toml
12-
# - id: end-of-file-fixer
13-
# - id: trailing-whitespace
3+
- repo: https://github.com/pre-commit/pre-commit-hooks
4+
rev: v4.4.0
5+
hooks:
6+
- id: check-yaml
7+
- id: check-json
8+
- id: check-merge-conflict
9+
- id: debug-statements
10+
- id: check-case-conflict
11+
- id: check-toml
12+
- id: end-of-file-fixer
13+
- id: trailing-whitespace
1414
- repo: https://github.com/PyCQA/isort
1515
rev: 5.12.0 # Use the revision sha / tag you want to point at
1616
hooks:

0 commit comments

Comments
 (0)