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 3bc966c commit 017783cCopy full SHA for 017783c
.pre-commit-config.yaml
@@ -1,7 +1,15 @@
1
+# https://pre-commit.com/
2
+default_language_version:
3
+ python: python3
4
+default_stages: [pre-commit]
5
repos:
6
+ - repo: https://github.com/pre-commit/pre-commit-hooks
7
+ rev: v5.0.0
8
+ hooks:
9
+ - id: check-yaml
10
+ - id: trailing-whitespace
11
+ - id: end-of-file-fixer
12
- repo: https://github.com/gitguardian/ggshield
- rev: v1.38.0
13
+ rev: v1.39.0
14
hooks:
15
- id: ggshield
- language_version: python3
- stages: [pre-commit]
0 commit comments