-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] Corrections automatiques appliquées par les git hooks.
- Loading branch information
1 parent
3cd81e3
commit 2c6090c
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 -- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters