Skip to content

Commit aae8bd2

Browse files
[pre-commit.ci] pre-commit suggestions (#10520)
<!--pre-commit.ci start--> updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/pycqa/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.3](astral-sh/ruff-pre-commit@v0.13.3...v0.14.3) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/sphinx-contrib/sphinx-lint: v1.0.0 → v1.0.1](sphinx-contrib/sphinx-lint@v1.0.0...v1.0.1) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Akihiro Nitta <[email protected]>
1 parent ccd1c0d commit aae8bd2

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
@@ -35,7 +35,7 @@ repos:
3535
args: [-d, '{extends: default, rules: {line-length: disable, document-start: disable, truthy: {level: error}, braces: {max-spaces-inside: 1}}}']
3636

3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.20.0
38+
rev: v3.21.0
3939
hooks:
4040
- id: pyupgrade
4141
name: Upgrade Python syntax
@@ -62,7 +62,7 @@ repos:
6262
additional_dependencies: [toml]
6363

6464
- repo: https://github.com/pycqa/isort
65-
rev: 6.1.0
65+
rev: 7.0.0
6666
hooks:
6767
- id: isort
6868
name: Sort imports
@@ -75,7 +75,7 @@ repos:
7575
additional_dependencies: [Flake8-pyproject]
7676

7777
- repo: https://github.com/astral-sh/ruff-pre-commit
78-
rev: v0.13.3
78+
rev: v0.14.3
7979
hooks:
8080
- id: ruff
8181
name: Ruff formatting
@@ -92,7 +92,7 @@ repos:
9292
- mdformat_footnote
9393

9494
- repo: https://github.com/sphinx-contrib/sphinx-lint
95-
rev: v1.0.0
95+
rev: v1.0.1
9696
hooks:
9797
- id: sphinx-lint
9898
name: Check Sphinx

0 commit comments

Comments
 (0)