Skip to content

Commit ed23ec1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.1.0...v6.0.0) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0) - [github.com/pycqa/isort: 5.11.5 → 9.0.1](PyCQA/isort@5.11.5...9.0.1) - [github.com/psf/black: 25.11.0 → 26.5.1](psf/black@25.11.0...26.5.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.11 → v0.16.6](astral-sh/ruff-pre-commit@v0.15.11...v0.16.6) - [github.com/pre-commit/mirrors-prettier: v2.6.2 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.6.2...v4.0.0-alpha.8) - [github.com/codespell-project/codespell: v2.2.4 → v2.4.3](codespell-project/codespell@v2.2.4...v2.4.3) - [github.com/fsfe/reuse-tool: v5.0.2 → v6.2.0](fsfe/reuse-tool@v5.0.2...v6.2.0)
1 parent 0255e97 commit ed23ec1

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ default_language_version:
88
node: 17.9.0
99
repos:
1010
- repo: "https://github.com/pre-commit/pre-commit-hooks"
11-
rev: v4.1.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-ast
1414
- id: check-docstring-first
@@ -22,22 +22,22 @@ repos:
2222
args:
2323
- "--markdown-linebreak-ext=md"
2424
- repo: "https://github.com/pre-commit/pygrep-hooks"
25-
rev: v1.9.0
25+
rev: v1.10.0
2626
hooks:
2727
- id: python-check-blanket-noqa
2828
- id: python-check-blanket-type-ignore
2929
- id: python-use-type-annotations
3030
- repo: "https://github.com/pycqa/isort"
31-
rev: 5.11.5
31+
rev: 9.0.1
3232
hooks:
3333
- id: isort
3434
- repo: "https://github.com/psf/black"
35-
rev: 25.11.0
35+
rev: 26.5.1
3636
hooks:
3737
- id: black
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
3939
# Ruff version.
40-
rev: v0.15.11
40+
rev: v0.16.6
4141
hooks:
4242
# Run the linter.
4343
- id: ruff
@@ -46,7 +46,7 @@ repos:
4646
# Don't Run the formatter.
4747
# - id: ruff-format
4848
- repo: "https://github.com/pre-commit/mirrors-prettier"
49-
rev: v2.6.2
49+
rev: v4.0.0-alpha.8
5050
hooks:
5151
- id: prettier
5252
exclude_types:
@@ -62,7 +62,7 @@ repos:
6262
# args:
6363
# - "--py36-plus"
6464
- repo: https://github.com/codespell-project/codespell
65-
rev: v2.2.4
65+
rev: v2.4.3
6666
hooks:
6767
- id: codespell
6868
args: [
@@ -80,7 +80,7 @@ repos:
8080
additional_dependencies:
8181
- tomli
8282
- repo: "https://github.com/fsfe/reuse-tool"
83-
rev: v5.0.2
83+
rev: v6.2.0
8484
hooks:
8585
- id: reuse
8686
additional_dependencies:

0 commit comments

Comments
 (0)