Skip to content

Commit eebf1a9

Browse files
authored
Update pre-commit hooks (#461)
1 parent 94e841a commit eebf1a9

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ repos:
8181
# More information can be found in its documentation:
8282
# https://docs.astral.sh/ruff/
8383
- repo: https://github.com/astral-sh/ruff-pre-commit
84-
rev: v0.15.11
84+
rev: v0.15.12
8585
hooks:
8686
- id: ruff-check
8787
name: ruff
@@ -104,7 +104,7 @@ repos:
104104
# The project's documentation can be found at:
105105
# https://mypy.readthedocs.io/en/stable/index.html
106106
- repo: https://github.com/pre-commit/mirrors-mypy
107-
rev: v1.20.1
107+
rev: v1.20.2
108108
hooks:
109109
- id: mypy
110110
exclude: ^{{ cookiecutter.project_slug }}/
@@ -115,7 +115,7 @@ repos:
115115
# The project's documentation can be found at:
116116
# https://SINTEF.github.io/ci-cd/
117117
- repo: https://github.com/SINTEF/ci-cd
118-
rev: v2.9.2
118+
rev: v2.10.0
119119
hooks:
120120
- id: docs-api-reference
121121
args:

{{ cookiecutter.project_slug }}/.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ repos:
8484
# More information can be found in its documentation:
8585
# https://docs.astral.sh/ruff/
8686
- repo: https://github.com/astral-sh/ruff-pre-commit
87-
rev: v0.15.11
87+
rev: v0.15.12
8888
hooks:
8989
- id: ruff-check
9090
name: ruff
@@ -106,7 +106,7 @@ repos:
106106
# The project's documentation can be found at:
107107
# https://mypy.readthedocs.io/en/stable/index.html
108108
- repo: https://github.com/pre-commit/mirrors-mypy
109-
rev: v1.20.1
109+
rev: v1.20.2
110110
hooks:
111111
- id: mypy
112112
exclude: ^tests/.*$
@@ -119,7 +119,7 @@ repos:
119119
# The project's documentation can be found at:
120120
# https://SINTEF.github.io/ci-cd/
121121
- repo: https://github.com/SINTEF/ci-cd
122-
rev: v2.9.2
122+
rev: v2.10.0
123123
hooks:
124124
- id: docs-api-reference
125125
args:

0 commit comments

Comments
 (0)