Skip to content

Commit 6525571

Browse files
authored
Update pre-commit hooks (#399)
1 parent 21f017a commit 6525571

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
@@ -20,7 +20,7 @@ repos:
2020
# To get an overview of them all as well as the ones used here, please see
2121
# https://github.com/pre-commit/pre-commit-hooks#hooks-available
2222
- repo: https://github.com/pre-commit/pre-commit-hooks
23-
rev: v5.0.0
23+
rev: v6.0.0
2424
hooks:
2525
- id: check-json
2626
name: Check JSON
@@ -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.12.7
84+
rev: v0.12.8
8585
hooks:
8686
- id: ruff-check
8787
name: ruff

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
# To get an overview of them all as well as the ones used here, please see
2525
# https://github.com/pre-commit/pre-commit-hooks#hooks-available
2626
- repo: https://github.com/pre-commit/pre-commit-hooks
27-
rev: v5.0.0
27+
rev: v6.0.0
2828
hooks:
2929
- id: check-json
3030
name: Check JSON
@@ -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.12.7
87+
rev: v0.12.8
8888
hooks:
8989
- id: ruff-check
9090
name: ruff

0 commit comments

Comments
 (0)