File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2
22updates :
3- - package-ecosystem : github-actions
4- directory : /
3+ - package-ecosystem : " github-actions"
4+ directory : " / "
55 schedule :
6- interval : weekly
6+ interval : " weekly"
77 ignore :
88 # Ignore all patch releases as we can manually
99 # upgrade if we run into a bug and need a fix.
1010 - dependency-name : " *"
1111 update-types : ["version-update:semver-patch"]
1212 cooldown :
1313 default-days : 7
14+ - package-ecosystem : " pre-commit"
15+ directory : " /"
16+ schedule :
17+ interval : " weekly"
18+ cooldown :
19+ default-days : 7
Original file line number Diff line number Diff line change @@ -2,15 +2,20 @@ exclude: 'docs/|ext/'
22
33repos :
44- repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4.4 .0
5+ rev : v6.0 .0
66 hooks :
7+ - id : check-case-conflict
8+ - id : check-merge-conflict
9+ - id : check-toml
710 - id : check-yaml
811 - id : end-of-file-fixer
12+ - id : mixed-line-ending
13+ args : [--fix=auto]
914 - id : trailing-whitespace
1015- repo : https://github.com/astral-sh/ruff-pre-commit
11- rev : v0.9.3
16+ rev : v0.15.9
1217 hooks :
13- - id : ruff
18+ - id : ruff-check
1419 args : [--fix]
1520 - id : ruff-format
1621 exclude : tests/test_lowlevel.py
You can’t perform that action at this time.
0 commit comments