Skip to content

Commit 3eebba8

Browse files
authored
[pre-commit.ci] Mise à jour des git hooks. (#1265)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.6...v0.9.4) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.43.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.43.0...v0.44.0) <!--pre-commit.ci end-->
2 parents 322044f + 2c6090c commit 3eebba8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ repos:
2828
- "--py39-plus"
2929

3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: "v0.8.6"
31+
rev: "v0.9.4"
3232
hooks:
3333
- id: ruff
3434
args:
3535
- --fix-only
3636

3737
- repo: https://github.com/psf/black
38-
rev: 24.10.0
38+
rev: 25.1.0
3939
hooks:
4040
- id: black
4141

4242
- repo: https://github.com/pycqa/isort
43-
rev: 5.13.2
43+
rev: 6.0.0
4444
hooks:
4545
- id: isort
4646
args:
@@ -57,7 +57,7 @@ repos:
5757
- --select=E9,F63,F7,F82
5858

5959
- repo: https://github.com/igorshubovych/markdownlint-cli
60-
rev: v0.43.0
60+
rev: v0.44.0
6161
hooks:
6262
- id: markdownlint
6363
args:

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""
2-
Just a factice Python file to easily trigger IDE virtual environment.
2+
Just a factice Python file to easily trigger IDE virtual environment.
33
"""

scripts/100_mkdocs_config_merger.py

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

33
"""
4-
Description: Merge different mkdocs configuration files from a directory.
5-
Author: Julien Moura (@[email protected])
4+
Description: Merge different mkdocs configuration files from a directory.
5+
Author: Julien Moura (@[email protected])
66
7-
Requires: MkDocs installed (it uses its YAML loader)
7+
Requires: MkDocs installed (it uses its YAML loader)
88
"""
99

1010
# -- IMPORTS --

scripts/cleanup/rm_data-mediabox.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-
Script one-shot pour nettoyer la syntaxe de la lightbox pour les images
5-
dans le cadre de https://github.com/geotribu/website/pull/720.
4+
Script one-shot pour nettoyer la syntaxe de la lightbox pour les images
5+
dans le cadre de https://github.com/geotribu/website/pull/720.
66
"""
77

88
from pathlib import Path

0 commit comments

Comments
 (0)