Skip to content

Commit

Permalink
[pre-commit.ci] Corrections automatiques appliquées par les git hooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 3, 2025
1 parent 3cd81e3 commit 2c6090c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""
Just a factice Python file to easily trigger IDE virtual environment.
Just a factice Python file to easily trigger IDE virtual environment.
"""
6 changes: 3 additions & 3 deletions scripts/100_mkdocs_config_merger.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#! python3 # noqa: E265

"""
Description: Merge different mkdocs configuration files from a directory.
Author: Julien Moura (@[email protected])
Description: Merge different mkdocs configuration files from a directory.
Author: Julien Moura (@[email protected])
Requires: MkDocs installed (it uses its YAML loader)
Requires: MkDocs installed (it uses its YAML loader)
"""

# -- IMPORTS --
Expand Down
4 changes: 2 additions & 2 deletions scripts/cleanup/rm_data-mediabox.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#! python3 # noqa: E265

"""
Script one-shot pour nettoyer la syntaxe de la lightbox pour les images
dans le cadre de https://github.com/geotribu/website/pull/720.
Script one-shot pour nettoyer la syntaxe de la lightbox pour les images
dans le cadre de https://github.com/geotribu/website/pull/720.
"""

from pathlib import Path
Expand Down

0 comments on commit 2c6090c

Please sign in to comment.