Skip to content

Commit fd90ae0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.3.0 → 23.12.1](psf/black@23.3.0...23.12.1) - [github.com/asottile/blacken-docs: 1.13.0 → 1.16.0](adamchainz/blacken-docs@1.13.0...1.16.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.1.9](astral-sh/ruff-pre-commit@v0.0.261...v0.1.9) - [github.com/nbQA-dev/nbQA: 1.7.0 → 1.7.1](nbQA-dev/nbQA@1.7.0...1.7.1) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.5.0](asottile/setup-cfg-fmt@v2.2.0...v2.5.0)
1 parent 86efbb7 commit fd90ae0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: check-useless-excludes
66
# - id: identity # Prints all files passed to pre-commits. Debugging.
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.4.0
8+
rev: v4.5.0
99
hooks:
1010
- id: check-added-large-files
1111
args:
@@ -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.12.1
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.16.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,17 +54,17 @@ 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.1.9
5959
hooks:
6060
- id: ruff
6161
- repo: https://github.com/nbQA-dev/nbQA
62-
rev: 1.7.0
62+
rev: 1.7.1
6363
hooks:
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.5.0
6868
hooks:
6969
- id: setup-cfg-fmt
7070
- repo: https://github.com/mgedmin/check-manifest

0 commit comments

Comments
 (0)