File tree Expand file tree Collapse file tree 2 files changed +4
-27
lines changed
Expand file tree Collapse file tree 2 files changed +4
-27
lines changed Original file line number Diff line number Diff line change 3030 args : ["--verbose"]
3131 - id : check-renovate
3232 - repo : https://github.com/compilerla/conventional-pre-commit
33- rev : v3.6 .0
33+ rev : v4.0 .0
3434 hooks :
3535 - id : conventional-pre-commit
3636 stages : [commit-msg]
@@ -41,12 +41,6 @@ repos:
4141 - id : black
4242 language_version : python3
4343 args : [ '--config', 'pyproject.toml' ]
44- - repo : https://github.com/PyCQA/docformatter
45- rev : v1.7.5
46- hooks :
47- - id : docformatter
48- additional_dependencies : [ tomli ]
49- args : [ --in-place ]
5044 - repo : https://github.com/PyCQA/autoflake
5145 rev : v2.3.1
5246 hooks :
6559 - id : isort
6660 args : [ '--settings-file', 'pyproject.toml' ]
6761 - repo : https://github.com/asottile/pyupgrade
68- rev : v3.19.0
62+ rev : v3.19.1
6963 hooks :
7064 - id : pyupgrade
7165 - repo : https://github.com/codespell-project/codespell
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
4- " config:recommended"
5- ],
6- "packageRules" : [
7- {
8- "groupName" : " all pre-commit updates" ,
9- "matchManagers" : [
10- " pre-commit"
11- ],
12- "matchUpdateTypes" : [
13- " major" ,
14- " minor" ,
15- " patch" ,
16- " pin" ,
17- " digest" ,
18- " lockFileMaintenance" ,
19- " rollback" ,
20- " bump"
21- ]
22- }
4+ " config:recommended" ,
5+ " group:all"
236 ],
247 "pre-commit" : {
258 "enabled" : true
You can’t perform that action at this time.
0 commit comments