Skip to content

Commit fbd9cf0

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#33)
<!--pre-commit.ci start--> updates: - [github.com/asottile/pyupgrade: v3.8.0 → v3.14.0](asottile/pyupgrade@v3.8.0...v3.14.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.276 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.276...v0.0.292) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) <!--pre-commit.ci end-->
2 parents 8e1c727 + fc0274e commit fbd9cf0

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.8.0
21+
rev: v3.14.0
2222
hooks:
2323
- id: pyupgrade
2424
args:
2525
- "--py39-plus"
2626

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

3333
- repo: https://github.com/psf/black
34-
rev: 23.3.0
34+
rev: 23.9.1
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.0.0
45+
rev: 6.1.0
4646
hooks:
4747
- id: flake8
4848
files: ^pyqgis_resource_browser/.*\.py$

0 commit comments

Comments
 (0)