We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826ad81 commit 80d1eefCopy full SHA for 80d1eef
.pre-commit-config.yaml
@@ -2,11 +2,12 @@ repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
rev: v2.3.0
4
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
+ - id: check-yaml
+ - id: debug-statements
+ - id: end-of-file-fixer
+ - id: trailing-whitespace
+ - id: check-json
10
+ exclude: mathics_scanner/data/characters.json
11
- repo: https://github.com/psf/black
12
rev: 21.6b0
13
0 commit comments