Skip to content

Commit ae086e2

Browse files
committed
chore: pre-commit update
1 parent e310902 commit ae086e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: 'v0.5.4'
4+
rev: 'v0.6.7'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
- id: docformatter
2222
- repo: https://github.com/codespell-project/codespell
23-
rev: v2.2.4
23+
rev: v2.3.0
2424
hooks:
2525
- id: codespell
2626
additional_dependencies:

0 commit comments

Comments
 (0)