Skip to content

Commit 80d1eef

Browse files
committed
Administrivia: pre-config configuration
1 parent 826ad81 commit 80d1eef

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
33
rev: v2.3.0
44
hooks:
5-
- id: check-yaml
6-
- id: end-of-file-fixer
7-
- id: trailing-whitespace
8-
- id: check-json
9-
exclude: mathics_scanner/data/characters.json
5+
- id: check-yaml
6+
- id: debug-statements
7+
- id: end-of-file-fixer
8+
- id: trailing-whitespace
9+
- id: check-json
10+
exclude: mathics_scanner/data/characters.json
1011
- repo: https://github.com/psf/black
1112
rev: 21.6b0
1213
hooks:

0 commit comments

Comments
 (0)