Skip to content

Commit

Permalink
Support multi-files
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Apr 29, 2024
1 parent 69b12d2 commit 7096882
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ repos:
hooks:
- id: rstfmt

# - repo: ../pre-commit-docconvert
# rev: 07f5748
# hooks:
# - id: docconvert
# args: ["--in-place", "--output", "numpy"]
- repo: https://github.com/b8raoult/pre-commit-docconvert
rev: "0.1.4"
hooks:
- id: docconvert
args: ["numpy"]
4 changes: 1 addition & 3 deletions src/anemoi/utils/provenance.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
# granted to it by virtue of its status as an intergovernmental organisation
# nor does it submit to any jurisdiction.

"""
Collect information about the current environment, like:
"""Collect information about the current environment, like:
- The Python version
- The versions of the modules which are currently loaded
Expand Down Expand Up @@ -215,7 +214,6 @@ def git_check(*args):
dict
An object with the git information for the given arguments.
>>> {
"anemoi.utils": {
"sha1": "c999d83ae283bcbb99f68d92c42d24315922129f",
Expand Down

0 comments on commit 7096882

Please sign in to comment.