Skip to content

Commit 27b1532

Browse files
authored
Merge pull request #63 from WhereGroup/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents d009d88 + 2f32656 commit 27b1532

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ repos:
2121
- --markdown-linebreak-ext=md
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: "v0.8.6"
24+
rev: "v0.12.2"
2525
hooks:
2626
- id: ruff
2727
args:
2828
- --fix-only
2929
- --target-version=py39
3030

3131
- repo: https://github.com/psf/black
32-
rev: 24.10.0
32+
rev: 25.1.0
3333
hooks:
3434
- id: black
3535
args:
@@ -44,7 +44,7 @@ repos:
4444
# - "--py39-plus"
4545

4646
- repo: https://github.com/pycqa/isort
47-
rev: 5.13.2
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
additional_dependencies: ["flake8-qgis"]

profile_manager/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#! python3 # noqa: E265
22

33
"""
4-
Metadata about the package to easily retrieve informations about it.
5-
See: https://packaging.python.org/guides/single-sourcing-package-version/
4+
Metadata about the package to easily retrieve informations about it.
5+
See: https://packaging.python.org/guides/single-sourcing-package-version/
66
"""
77

88
# ############################################################################

0 commit comments

Comments
 (0)