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 4e76edf commit 235fd44Copy full SHA for 235fd44
.pre-commit-config.yaml
@@ -26,10 +26,11 @@ repos:
26
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
27
rev: v4.3.0
28
hooks:
29
- - id: trailing-whitespace
30
- - id: end-of-file-fixer
31
- - id: check-yaml
32
- id: check-added-large-files
+ - id: check-toml
+ - id: check-yaml
+ - id: end-of-file-fixer
33
+ - id: trailing-whitespace
34
- repo: 'https://github.com/psf/black'
35
rev: 22.6.0
36
0 commit comments