Skip to content

Commit fd82b43

Browse files
[pre-commit.ci] pre-commit autoupdate (#2544)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 99c6a7b commit fd82b43

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 @@ exclude: |
1313
1414
repos:
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.6.0
16+
rev: v5.0.0
1717
hooks:
1818
- id: check-added-large-files
1919
- id: check-ast
@@ -33,7 +33,7 @@ repos:
3333
- id: codespell
3434
additional_dependencies: [tomli] # required for Python 3.10
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: "v0.6.8"
36+
rev: "v0.6.9"
3737
hooks:
3838
- id: ruff
3939
args: [--fix]

0 commit comments

Comments
 (0)