Skip to content

Commit 3e280e5

Browse files
chore: update pre-commit hooks (#264)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 47a0982 commit 3e280e5

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
@@ -13,7 +13,7 @@ repos:
1313
- id: blacken-docs
1414
additional_dependencies: [black==23.*]
1515
- repo: https://github.com/python-jsonschema/check-jsonschema
16-
rev: 0.28.4
16+
rev: 0.28.5
1717
hooks:
1818
- id: check-github-workflows
1919
- repo: https://github.com/pycqa/isort
@@ -79,7 +79,7 @@ repos:
7979
- id: rst-directive-colons
8080
- id: rst-inline-touching-normal
8181
- repo: https://github.com/astral-sh/ruff-pre-commit
82-
rev: v0.4.8
82+
rev: v0.4.9
8383
hooks:
8484
- id: ruff
8585
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)