Skip to content

Commit f582497

Browse files
authored
Merge pull request #96 from rok4/pre-commit-ci-update-config
[pre-commit.ci] Mise à jour des git hooks.
2 parents a6929dd + 38f858f commit f582497

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@ repos:
2222
args: [--markdown-linebreak-ext=md]
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: "v0.8.6"
25+
rev: "v0.12.2"
2626
hooks:
2727
- id: ruff
2828
args: ["--fix-only", "--target-version=py38"]
2929

3030
- repo: https://github.com/psf/black
31-
rev: 24.10.0
31+
rev: 25.1.0
3232
hooks:
3333
- id: black
3434
args: ["--target-version=py38"]
3535

3636
- repo: https://github.com/pycqa/isort
37-
rev: 5.13.2
37+
rev: 6.0.1
3838
hooks:
3939
- id: isort
4040
args: ["--profile", "black", "--filter-files"]
4141

4242
- repo: https://github.com/asottile/pyupgrade
43-
rev: v3.19.1
43+
rev: v3.20.0
4444
hooks:
4545
- id: pyupgrade
4646
args:

src/rok4/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
"""Provide functions to manipulate OGR / OSR entities
2-
"""
1+
"""Provide functions to manipulate OGR / OSR entities"""
32

43
# -- IMPORTS --
54

0 commit comments

Comments
 (0)