Skip to content

Commit dba8a44

Browse files
[pre-commit.ci] pre-commit autoupdate (#819)
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) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.2...v0.13.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 82a6384 commit dba8a44

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exclude: ".*svg"
1515

1616
repos:
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v5.0.0
18+
rev: v6.0.0
1919
hooks:
2020
- id: check-yaml
2121
- id: check-json
@@ -34,22 +34,22 @@ repos:
3434
args: [ "--autofix", "--no-sort-keys", "--indent=4" ]
3535

3636

37-
- repo: https://github.com/psf/black
38-
rev: 25.1.0
37+
- repo: https://github.com/psf/black-pre-commit-mirror
38+
rev: 25.9.0
3939
hooks:
4040
- id: black
4141
language_version: python3
4242
args: [ --line-length=90, --target-version=py38 ]
4343

4444
- repo: https://github.com/asottile/blacken-docs
45-
rev: 1.19.1
45+
rev: 1.20.0
4646
hooks:
4747
- id: blacken-docs
4848
additional_dependencies: [black==23.3.0]
4949
exclude: ^.github/
5050

5151
- repo: https://github.com/PyCQA/isort
52-
rev: 6.0.1
52+
rev: 6.1.0
5353
hooks:
5454
- id: isort
5555

@@ -69,7 +69,7 @@ repos:
6969
exclude: ^docs/ | ^setup\.py$ |
7070

7171
- repo: https://github.com/astral-sh/ruff-pre-commit
72-
rev: v0.12.2
72+
rev: v0.13.3
7373
hooks:
7474
- id: ruff
7575
args: [ --fix, --exit-non-zero-on-fix, --ignore, E501 ]

0 commit comments

Comments
 (0)