Skip to content

Commit bb1c907

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/Lucas-C/pre-commit-hooks: v1.5.5 → v1.5.6](Lucas-C/pre-commit-hooks@v1.5.5...v1.5.6) - [github.com/pycqa/isort: 6.0.1 → 8.0.1](PyCQA/isort@6.0.1...8.0.1) - https://github.com/psf/black.githttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.3.1](psf/black-pre-commit-mirror@25.1.0...26.3.1) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.15.9](astral-sh/ruff-pre-commit@v0.12.2...v0.15.9)
1 parent 15b0d46 commit bb1c907

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ci:
77

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: end-of-file-fixer
1313
files: (.*\.(py|md|rst|yaml|yml|json|ts|js|html|svelte|sh))$
@@ -26,7 +26,7 @@ repos:
2626
args: [--fix=lf]
2727

2828
- repo: https://github.com/Lucas-C/pre-commit-hooks
29-
rev: v1.5.5
29+
rev: v1.5.6
3030
hooks:
3131
- id: insert-license
3232
files: (Dockerfile)$
@@ -74,7 +74,7 @@ repos:
7474
name: Unused noqa
7575

7676
- repo: https://github.com/pycqa/isort
77-
rev: 6.0.1
77+
rev: 8.0.1
7878
hooks:
7979
- id: isort
8080

@@ -99,30 +99,30 @@ repos:
9999
additional_dependencies:
100100
- prettier@3.2.5
101101

102-
- repo: https://github.com/psf/black.git
103-
rev: 25.1.0
102+
- repo: https://github.com/psf/black-pre-commit-mirror
103+
rev: 26.3.1
104104
hooks:
105105
- id: black
106106
files: (.*\.py)$
107107

108108
- repo: https://github.com/asottile/blacken-docs
109-
rev: 1.19.1
109+
rev: 1.20.0
110110
hooks:
111111
- id: blacken-docs
112112
args: [--line-length=120, --skip-errors]
113113
additional_dependencies:
114114
- black==24.10.0
115115

116116
- repo: https://github.com/codespell-project/codespell
117-
rev: v2.4.1
117+
rev: v2.4.2
118118
hooks:
119119
- id: codespell
120120
args: [-w]
121121
additional_dependencies:
122122
- tomli
123123

124124
- repo: https://github.com/astral-sh/ruff-pre-commit
125-
rev: v0.12.2
125+
rev: v0.15.9
126126
hooks:
127127
- id: ruff
128128
args: [--fix, --exit-non-zero-on-fix, --no-cache]

0 commit comments

Comments
 (0)