Skip to content

Commit 91fd727

Browse files
πŸ’š ci: [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 β†’ v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 β†’ v1.19.0](pre-commit/mirrors-mypy@v1.11.2...v1.19.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.6 β†’ v0.14.7](astral-sh/ruff-pre-commit@v0.6.6...v0.14.7) - [github.com/codespell-project/codespell: v2.2.4 β†’ v2.4.1](codespell-project/codespell@v2.2.4...v2.4.1)
1 parent 4643118 commit 91fd727

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 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: v6.0.0
1616
hooks:
1717
- id: check-added-large-files
1818
- id: check-case-conflict
@@ -30,13 +30,13 @@ repos:
3030
args: [--autofix, --indent=4, --no-ensure-ascii, --no-sort-keys]
3131

3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: "v1.11.2"
33+
rev: "v1.19.0"
3434
hooks:
3535
- id: mypy
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.14.7
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.4.1
5252
hooks:
5353
- id: codespell
5454

0 commit comments

Comments
Β (0)