We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88414c0 commit 373dc72Copy full SHA for 373dc72
2 files changed
.gitattributes
.pre-commit-config.yaml
@@ -16,7 +16,10 @@ repos:
16
- id: check-yaml
17
- id: end-of-file-fixer
18
- id: trailing-whitespace
19
- exclude: '\.(rst|txt)$'
+ - id: check-case-conflict
20
+ - id: check-merge-conflict
21
+ - id: check-toml
22
+ - id: check-added-large-files
23
- repo: https://github.com/psf/black
24
rev: 24.4.2
25
hooks:
0 commit comments