Skip to content

Commit e472deb

Browse files
chore: update pre-commit hooks (#556)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e1a0494 commit e472deb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: blacken-docs
1111
additional_dependencies: [black==23.*]
1212
- repo: https://github.com/python-jsonschema/check-jsonschema
13-
rev: 0.36.1
13+
rev: 0.36.2
1414
hooks:
1515
- id: check-github-workflows
1616
- id: check-dependabot
@@ -64,7 +64,7 @@ repos:
6464
- id: rst-directive-colons
6565
- id: rst-inline-touching-normal
6666
- repo: https://github.com/astral-sh/ruff-pre-commit
67-
rev: v0.14.14
67+
rev: v0.15.1
6868
hooks:
6969
- id: ruff-check
7070
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)