Skip to content

Commit d33a8cb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/sirosen/texthooks: 0.6.7 → 0.7.1](sirosen/texthooks@0.6.7...0.7.1) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.12.7](astral-sh/ruff-pre-commit@v0.6.3...v0.12.7) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1) - [github.com/sphinx-contrib/sphinx-lint: v0.9.1 → v1.0.0](sphinx-contrib/sphinx-lint@v0.9.1...v1.0.0) - [github.com/nbQA-dev/nbQA: 1.8.7 → 1.9.1](nbQA-dev/nbQA@1.8.7...1.9.1)
1 parent 0d93c4b commit d33a8cb

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
@@ -5,7 +5,7 @@ ci:
55
repos:
66

77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.6.0
8+
rev: v5.0.0
99
hooks:
1010
- id: check-ast
1111
name: check abstract syntax tree
@@ -21,7 +21,7 @@ repos:
2121
- id: check-yaml
2222

2323
- repo: https://github.com/sirosen/texthooks
24-
rev: 0.6.7
24+
rev: 0.7.1
2525
hooks:
2626
- id: fix-smartquotes
2727
- id: fix-spaces
@@ -48,23 +48,23 @@ repos:
4848
- id: text-unicode-replacement-char
4949

5050
- repo: https://github.com/codespell-project/codespell
51-
rev: v2.3.0
51+
rev: v2.4.1
5252
hooks:
5353
- id: codespell
5454
args: [--write-changes, --uri-ignore-words-list=*]
5555
additional_dependencies:
5656
- tomli
5757

5858
- repo: https://github.com/astral-sh/ruff-pre-commit
59-
rev: v0.6.3
59+
rev: v0.12.7
6060
hooks:
6161
- id: ruff
6262
name: ruff (see https://docs.astral.sh/ruff/rules)
6363
args: [--fix]
6464
- id: ruff-format
6565

6666
- repo: https://github.com/PyCQA/isort
67-
rev: 5.13.2
67+
rev: 6.0.1
6868
hooks:
6969
- id: isort
7070
name: isort
@@ -75,17 +75,17 @@ repos:
7575
- python
7676

7777
- repo: https://github.com/asottile/blacken-docs
78-
rev: 1.18.0
78+
rev: 1.19.1
7979
hooks:
8080
- id: blacken-docs
8181

8282
- repo: https://github.com/sphinx-contrib/sphinx-lint
83-
rev: v0.9.1
83+
rev: v1.0.0
8484
hooks:
8585
- id: sphinx-lint
8686

8787
- repo: https://github.com/nbQA-dev/nbQA
88-
rev: 1.8.7
88+
rev: 1.9.1
8989
hooks:
9090
- id: nbqa-check-ast
9191
- id: nbqa-ruff

0 commit comments

Comments
 (0)