Skip to content

Commit d3e9b13

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.3.5](astral-sh/ruff-pre-commit@v0.1.9...v0.3.5) - [github.com/psf/black: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0) - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
1 parent ee9fc0b commit d3e9b13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ repos:
1818
args: [--markdown-linebreak-ext=md]
1919

2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.15.0
21+
rev: v3.15.2
2222
hooks:
2323
- id: pyupgrade
2424
args:
2525
- "--py39-plus"
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: "v0.1.9"
28+
rev: "v0.3.5"
2929
hooks:
3030
- id: ruff
3131
args: ["--fix-only"]
3232

3333
- repo: https://github.com/psf/black
34-
rev: 23.12.1
34+
rev: 24.3.0
3535
hooks:
3636
- id: black
3737

@@ -42,7 +42,7 @@ repos:
4242
args: ["--profile", "black", "--filter-files"]
4343

4444
- repo: https://github.com/pycqa/flake8
45-
rev: 6.1.0
45+
rev: 7.0.0
4646
hooks:
4747
- id: flake8
4848
files: ^pyqgis_resource_browser/.*\.py$

0 commit comments

Comments
 (0)