Skip to content

Commit 6866627

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.12.2](astral-sh/ruff-pre-commit@v0.9.4...v0.12.2) - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/pycqa/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0)
1 parent 0ae3e72 commit 6866627

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- "4"
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: "v0.9.4"
32+
rev: "v0.12.2"
3333
hooks:
3434
- id: ruff
3535
args:
@@ -44,7 +44,7 @@ repos:
4444
- --target-version=py312
4545

4646
- repo: https://github.com/pycqa/isort
47-
rev: 6.0.0
47+
rev: 6.0.1
4848
hooks:
4949
- id: isort
5050
args:
@@ -53,7 +53,7 @@ repos:
5353
- --filter-files
5454

5555
- repo: https://github.com/pycqa/flake8
56-
rev: 7.1.1
56+
rev: 7.3.0
5757
hooks:
5858
- id: flake8
5959
files: ^qgis_resource_sharing/.*\.py$

0 commit comments

Comments
 (0)