Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9103a6b commit b780fe4Copy full SHA for b780fe4
1 file changed
.pre-commit-config.yaml
@@ -4,7 +4,8 @@ repos:
4
rev: v4.6.0
5
hooks:
6
- id: check-yaml
7
- - id: trailing-whitespace
+ # This seems to fail on CHANGELOG.md, which is generated and shouldn't be checked.
8
+ # - id: trailing-whitespace
9
- repo: https://github.com/psf/black
10
rev: 24.8.0
11
0 commit comments