Skip to content

Commit cbe69ed

Browse files
authored
Update pre-commit hooks (#434)
1 parent f098043 commit cbe69ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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.14.8
84+
rev: v0.14.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.0
107+
rev: v1.19.1
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.14.8
87+
rev: v0.14.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.0
109+
rev: v1.19.1
110110
hooks:
111111
- id: mypy
112112
exclude: ^tests/.*$

0 commit comments

Comments
 (0)