File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
version : 2
7
7
updates :
8
+ - package-ecosystem : " github-actions"
9
+ directory : " /"
10
+ schedule :
11
+ interval : " monthly"
12
+ commit-message :
13
+ prefix : " chore(deps-ci): "
14
+ groups :
15
+ github-actions :
16
+ patterns :
17
+ - " *"
8
18
- package-ecosystem : " pip" # See documentation for possible values
9
19
directory : " /" # Location of package manifests
10
20
schedule :
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ repos:
26
26
- id : prettier
27
27
args : ["--tab-width", "2"]
28
28
- repo : https://github.com/astral-sh/ruff-pre-commit
29
- rev : v0.8.0
29
+ rev : v0.9.2
30
30
hooks :
31
31
- id : ruff
32
32
args : [--fix, --exit-non-zero-on-fix]
33
33
- id : ruff-format
34
34
- repo : https://github.com/asottile/pyupgrade
35
- rev : v3.19.0
35
+ rev : v3.19.1
36
36
hooks :
37
37
- id : pyupgrade
38
38
args : [--py310-plus]
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ pytest-cov==6.0.0
10
10
pytest-asyncio==0.25.2
11
11
12
12
# pre-commit
13
- pre-commit==4.0.1
13
+ pre-commit==4.1.0
You can’t perform that action at this time.
0 commit comments