File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ exclude: ".venv|__pycache__|tests/dev/|tests/fixtures/"
2
2
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.5 .0
5
+ rev : v5.0 .0
6
6
hooks :
7
7
- id : check-added-large-files
8
8
args : ["--maxkb=500"]
@@ -18,20 +18,20 @@ repos:
18
18
args : [--markdown-linebreak-ext=md]
19
19
20
20
- repo : https://github.com/asottile/pyupgrade
21
- rev : v3.15.2
21
+ rev : v3.17.0
22
22
hooks :
23
23
- id : pyupgrade
24
24
args :
25
25
- " --py39-plus"
26
26
27
27
- repo : https://github.com/astral-sh/ruff-pre-commit
28
- rev : " v0.3.5 "
28
+ rev : " v0.6.9 "
29
29
hooks :
30
30
- id : ruff
31
31
args : ["--fix-only"]
32
32
33
33
- repo : https://github.com/psf/black
34
- rev : 24.3 .0
34
+ rev : 24.8 .0
35
35
hooks :
36
36
- id : black
37
37
42
42
args : ["--profile", "black", "--filter-files"]
43
43
44
44
- repo : https://github.com/pycqa/flake8
45
- rev : 7.0.0
45
+ rev : 7.1.1
46
46
hooks :
47
47
- id : flake8
48
48
files : ^pyqgis_resource_browser/.*\.py$
You can’t perform that action at this time.
0 commit comments