Skip to content

Commit 669294f

Browse files
authored
Update pre-commit hooks (#457)
1 parent a5cfe4c commit 669294f

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
@@ -43,7 +43,7 @@ repos:
4343
# More information can be found in its source repository:
4444
# https://github.com/DavidAnson/markdownlint-cli2
4545
- repo: https://github.com/DavidAnson/markdownlint-cli2
46-
rev: v0.22.0
46+
rev: v0.22.1
4747
hooks:
4848
- id: markdownlint-cli2
4949
name: markdownlint
@@ -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.10
84+
rev: v0.15.11
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
@@ -48,7 +48,7 @@ repos:
4848
# More information can be found in its source repository:
4949
# https://github.com/DavidAnson/markdownlint-cli2
5050
- repo: https://github.com/DavidAnson/markdownlint-cli2
51-
rev: v0.22.0
51+
rev: v0.22.1
5252
hooks:
5353
- id: markdownlint-cli2
5454
name: markdownlint
@@ -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.10
87+
rev: v0.15.11
8888
hooks:
8989
- id: ruff-check
9090
name: ruff

0 commit comments

Comments
 (0)