Skip to content

Commit a1c66df

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 β†’ v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/psf/black: 23.7.0 β†’ 24.10.0](psf/black@23.7.0...24.10.0) - [github.com/asottile/blacken-docs: 1.15.0 β†’ 1.19.1](adamchainz/blacken-docs@1.15.0...1.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.284 β†’ v0.9.1](astral-sh/ruff-pre-commit@v0.0.284...v0.9.1) - [github.com/pre-commit/mirrors-mypy: v1.5.0 β†’ v1.14.1](pre-commit/mirrors-mypy@v1.5.0...v1.14.1)
1 parent ca32b95 commit a1c66df

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: v5.0.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: 24.10.0
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/asottile/blacken-docs
16-
rev: 1.15.0
16+
rev: 1.19.1
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.9.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.14.1"
2727
hooks:
2828
- id: mypy
2929
additional_dependencies:

0 commit comments

Comments
Β (0)