Skip to content

Commit 08f20a1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/asottile/blacken-docs: 1.13.0 → 1.15.0](adamchainz/blacken-docs@1.13.0...1.15.0) - [github.com/PyCQA/docformatter: v1.5.1 → v1.7.5](PyCQA/docformatter@v1.5.1...v1.7.5) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.261 → v0.0.282](astral-sh/ruff-pre-commit@v0.0.261...v0.0.282) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.4.0](asottile/setup-cfg-fmt@v2.2.0...v2.4.0)
1 parent 86efbb7 commit 08f20a1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ repos:
3535
- id: check-ast
3636
- id: check-docstring-first
3737
- repo: https://github.com/psf/black
38-
rev: 23.3.0
38+
rev: 23.7.0
3939
hooks:
4040
- id: black
4141
language_version: python3.10
4242
- repo: https://github.com/asottile/blacken-docs
43-
rev: 1.13.0
43+
rev: 1.15.0
4444
hooks:
4545
- id: blacken-docs
4646
- repo: https://github.com/PyCQA/docformatter
47-
rev: v1.5.1
47+
rev: v1.7.5
4848
hooks:
4949
- id: docformatter
5050
args:
@@ -54,8 +54,8 @@ repos:
5454
- --wrap-descriptions
5555
- '88'
5656
- --blank
57-
- repo: https://github.com/charliermarsh/ruff-pre-commit
58-
rev: v0.0.261
57+
- repo: https://github.com/astral-sh/ruff-pre-commit
58+
rev: v0.0.282
5959
hooks:
6060
- id: ruff
6161
- repo: https://github.com/nbQA-dev/nbQA
@@ -64,7 +64,7 @@ repos:
6464
- id: nbqa-black
6565
- id: nbqa-ruff
6666
- repo: https://github.com/asottile/setup-cfg-fmt
67-
rev: v2.2.0
67+
rev: v2.4.0
6868
hooks:
6969
- id: setup-cfg-fmt
7070
- repo: https://github.com/mgedmin/check-manifest

0 commit comments

Comments
 (0)