Commit f9c4156 1 parent 32562f8 commit f9c4156 Copy full SHA for f9c4156
File tree 1 file changed +11
-13
lines changed
1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change 1
- exclude : " ^docs/|/migrations/"
2
- default_install_hook_types : [pre-commit, pre-push]
3
-
4
1
repos :
5
2
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.5 .0
3
+ rev : v4.6 .0
7
4
hooks :
8
- - id : trailing-whitespace
9
- - id : end-of-file-fixer
10
- - id : check-yaml
5
+ - id : check-added-large-files
6
+ - id : check-case-conflict
7
+ - id : check-json
8
+ - id : check-merge-conflict
11
9
- id : check-xml
10
+ - id : check-yaml
11
+ - id : end-of-file-fixer
12
+ - id : forbid-submodules
13
+ - id : mixed-line-ending
14
+ - id : no-commit-to-branch
15
+ - id : trailing-whitespace
12
16
13
17
- repo : local
14
18
hooks :
37
41
hooks :
38
42
- id : ruff
39
43
args : [--fix, --exit-non-zero-on-fix]
40
-
41
- # sets up .pre-commit-ci.yaml to ensure pre-commit dependencies stay up to date
42
- ci :
43
- autoupdate_schedule : weekly
44
- skip : []
45
- submodules : false
You can’t perform that action at this time.
0 commit comments