We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9fc0b commit d3e9b13Copy full SHA for d3e9b13
.pre-commit-config.yaml
@@ -18,20 +18,20 @@ repos:
18
args: [--markdown-linebreak-ext=md]
19
20
- repo: https://github.com/asottile/pyupgrade
21
- rev: v3.15.0
+ rev: v3.15.2
22
hooks:
23
- id: pyupgrade
24
args:
25
- "--py39-plus"
26
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: "v0.1.9"
+ rev: "v0.3.5"
29
30
- id: ruff
31
args: ["--fix-only"]
32
33
- repo: https://github.com/psf/black
34
- rev: 23.12.1
+ rev: 24.3.0
35
36
- id: black
37
@@ -42,7 +42,7 @@ repos:
42
args: ["--profile", "black", "--filter-files"]
43
44
- repo: https://github.com/pycqa/flake8
45
- rev: 6.1.0
+ rev: 7.0.0
46
47
- id: flake8
48
files: ^pyqgis_resource_browser/.*\.py$
0 commit comments