Skip to content

Commit d2e4ad2

Browse files
authored
Update pre-commit hooks (#450)
1 parent 002c3ae commit d2e4ad2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.7
84+
rev: v0.15.9
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.19.1
107+
rev: v1.20.0
108108
hooks:
109109
- id: mypy
110110
exclude: ^{{ cookiecutter.project_slug }}/

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

Lines changed: 2 additions & 2 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.7
87+
rev: v0.15.9
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.19.1
109+
rev: v1.20.0
110110
hooks:
111111
- id: mypy
112112
exclude: ^tests/.*$

0 commit comments

Comments
 (0)