File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,28 @@ repos:
15
15
hooks :
16
16
- id : blackt
17
17
18
+ - repo : https://github.com/Lucas-C/pre-commit-hooks-safety
19
+ rev : v1.3.2
20
+ hooks :
21
+ - id : python-safety-dependencies-check
22
+ files : pyproject.toml
23
+
18
24
- repo : https://github.com/pre-commit/pre-commit-hooks
19
25
rev : v4.5.0
20
26
hooks :
21
27
- id : trailing-whitespace
22
28
- id : end-of-file-fixer
29
+ - id : check-case-conflict
30
+ - id : check-executables-have-shebangs
31
+ - id : check-json
32
+ - id : check-merge-conflict
33
+ - id : check-shebang-scripts-are-executable
34
+ - id : check-symlinks
35
+ - id : check-toml
36
+ - id : check-vcs-permalinks
37
+ - id : check-yaml
38
+ - id : detect-private-key
39
+ - id : mixed-line-ending
23
40
24
41
- repo : https://github.com/boidolr/pre-commit-images
25
42
rev : v1.5.1
You can’t perform that action at this time.
0 commit comments