Skip to content

Commit

Permalink
Merge pull request cta-observatory#2510 from cta-observatory/dependab…
Browse files Browse the repository at this point in the history
…ot/github_actions/pre-commit/action-3.0.1

Bump pre-commit/action from 3.0.0 to 3.0.1
  • Loading branch information
maxnoe authored Feb 12, 2024
2 parents c4853a7 + 8246d71 commit 909dd03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
pip install restructuredtext-lint
restructuredtext-lint README.rst
- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1
with:
extra_args: --files $(git diff origin/main --name-only)
tests:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,6 @@ def setup(app):
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
"matplotlib": ("https://matplotlib.org/stable", None),
"cython": ("https://docs.cython.org/en/latest/", None),
"iminuit": ("https://iminuit.readthedocs.io/en/latest/", None),
"iminuit": ("https://scikit-hep.org/iminuit/", None),
"traitlets": ("https://traitlets.readthedocs.io/en/stable/", None),
}

0 comments on commit 909dd03

Please sign in to comment.