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.
2 parents 16440b4 + acba81f commit 66c86cdCopy full SHA for 66c86cd
.pre-commit-config.yaml
@@ -14,8 +14,10 @@ repos:
14
hooks:
15
- id: check-merge-conflict
16
- id: end-of-file-fixer
17
+ exclude: ^NOTICE$
18
exclude_types: [ markdown ]
19
- id: trailing-whitespace
20
21
22
- id: requirements-txt-fixer
23
- id: check-json
@@ -49,7 +51,7 @@ repos:
49
51
exclude: "README.md"
50
52
# Central hooks
53
- repo: https://github.com/phantomcyber/dev-cicd-tools
- rev: main
54
+ rev: v2.0.0
55
56
- id: build-docs
57
language: python
release_notes/unreleased.md
@@ -1,3 +1,3 @@
1
**Unreleased**
2
3
-* chore(ci): Pre-commit config updates
+* chore(ci): update pre-commit config
0 commit comments