Skip to content

Commit 0b2ab46

Browse files
πŸ’š ci: [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 β†’ v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.6 β†’ v0.6.9](astral-sh/ruff-pre-commit@v0.6.6...v0.6.9) - [github.com/codespell-project/codespell: v2.2.4 β†’ v2.3.0](codespell-project/codespell@v2.2.4...v2.3.0)
1 parent 4643118 commit 0b2ab46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

β€Ž.pre-commit-config.yamlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ci:
1212

1313
repos:
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.6.0
15+
rev: v5.0.0
1616
hooks:
1717
- id: check-added-large-files
1818
- id: check-case-conflict
@@ -36,7 +36,7 @@ repos:
3636
args: ["--strict", "--ignore-missing-imports"]
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.6.6
39+
rev: v0.6.9
4040
hooks:
4141
# Run the linter
4242
- id: ruff
@@ -48,7 +48,7 @@ repos:
4848
types_or: [ python, pyi ]
4949

5050
- repo: https://github.com/codespell-project/codespell
51-
rev: v2.2.4
51+
rev: v2.3.0
5252
hooks:
5353
- id: codespell
5454

0 commit comments

Comments
Β (0)