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 8e1c727 commit fc0274eCopy full SHA for fc0274e
.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.8.0
+ rev: v3.14.0
22
hooks:
23
- id: pyupgrade
24
args:
25
- "--py39-plus"
26
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: "v0.0.276"
+ rev: "v0.0.292"
29
30
- id: ruff
31
args: ["--fix-only"]
32
33
- repo: https://github.com/psf/black
34
- rev: 23.3.0
+ rev: 23.9.1
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.0.0
+ rev: 6.1.0
46
47
- id: flake8
48
files: ^pyqgis_resource_browser/.*\.py$
0 commit comments