Skip to content

Commit 84c47c4

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.7.0 β†’ 23.10.0](psf/black@23.7.0...23.10.0) - [github.com/asottile/blacken-docs: 1.15.0 β†’ 1.16.0](adamchainz/blacken-docs@1.15.0...1.16.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.284 β†’ v0.1.1](astral-sh/ruff-pre-commit@v0.0.284...v0.1.1) - [github.com/pre-commit/mirrors-mypy: v1.5.0 β†’ v1.6.1](pre-commit/mirrors-mypy@v1.5.0...v1.6.1)
1 parent ca32b95 commit 84c47c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

β€Ž.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -9,21 +9,21 @@ repos:
99
- id: debug-statements
1010
- id: check-ast
1111
- repo: https://github.com/psf/black
12-
rev: 23.7.0
12+
rev: 23.10.0
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/asottile/blacken-docs
16-
rev: 1.15.0
16+
rev: 1.16.0
1717
hooks:
1818
- id: blacken-docs
1919
additional_dependencies: [black==23.3.0]
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: "v0.0.284"
21+
rev: "v0.1.1"
2222
hooks:
2323
- id: ruff
2424
args: ["--fix"]
2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: "v1.5.0"
26+
rev: "v1.6.1"
2727
hooks:
2828
- id: mypy
2929
additional_dependencies:

0 commit comments

Comments
Β (0)