Skip to content

Commit

Permalink
Update hooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmgaudecker committed Nov 5, 2024
1 parent 52fb175 commit 947359d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
hooks:
- id: yamlfix
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
args:
Expand Down Expand Up @@ -42,7 +42,7 @@ repos:
hooks:
- id: yamllint
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.8
rev: v0.7.2
hooks:
# Run the linter.
- id: ruff
Expand All @@ -57,14 +57,14 @@ repos:
- python
- jupyter
- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
rev: 0.8.0
hooks:
- id: nbstripout
args:
- --extra-keys
- metadata.kernelspec metadata.language_info.version metadata.vscode
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
rev: 0.7.18
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -75,7 +75,7 @@ repos:
- '88'
files: (README\.md)
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
rev: 0.7.18
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -86,7 +86,7 @@ repos:
- '88'
files: (docs/.|CHANGES.md|CODE_OF_CONDUCT.md)
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.13.0
hooks:
- id: mypy
args:
Expand Down
3 changes: 2 additions & 1 deletion docs/geps/gep-00.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ This document has been placed in the public domain.
revisions, and can also be browsed on
[GitHub](https://github.com/iza-institute-of-labor-economics/gettsim/tree/main/docs/geps).

[^id4]: The URL for viewing GEPs on the web is <https://gettsim.readthedocs.io/en/latest/geps>.
[^id4]: The URL for viewing GEPs on the web is
<https://gettsim.readthedocs.io/en/latest/geps>.

[#geps]: https://gettsim.zulipchat.com/#narrow/stream/309998-GEPs
[github pull request]: https://github.com/iza-institute-of-labor-economics/gettsim/pulls
Expand Down
4 changes: 2 additions & 2 deletions docs/geps/gep-x.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ GEP:

This document has been placed in the public domain. [^id1]

[^id1]: Each GEP must either be explicitly labeled as placed in the public domain (see this GEP
as an example) or licensed under the [Open Publication License].
[^id1]: Each GEP must either be explicitly labeled as placed in the public domain (see this
GEP as an example) or licensed under the [Open Publication License].

[#geps]: https://gettsim.zulipchat.com/#narrow/stream/309998-GEPs
[open publication license]: https://www.opencontent.org/openpub/

0 comments on commit 947359d

Please sign in to comment.