File tree Expand file tree Collapse file tree 2 files changed +2
-25
lines changed Expand file tree Collapse file tree 2 files changed +2
-25
lines changed Original file line number Diff line number Diff line change @@ -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 :
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