Skip to content

Commit c52a45a

Browse files
[pre-commit.ci] pre-commit autoupdate (#22)
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/asottile/reorder-python-imports: v3.10.0 → v3.12.0](asottile/reorder-python-imports@v3.10.0...v3.12.0) - [github.com/asottile/pyupgrade: v3.10.1 → v3.15.0](asottile/pyupgrade@v3.10.1...v3.15.0) - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4047c77 commit c52a45a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
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: check-docstring-first
66
- id: check-yaml
@@ -13,12 +13,12 @@ repos:
1313
hooks:
1414
- id: flake8
1515
- repo: https://github.com/asottile/reorder-python-imports
16-
rev: v3.10.0
16+
rev: v3.12.0
1717
hooks:
1818
- id: reorder-python-imports
1919
args: [--py37-plus, --add-import, "from __future__ import annotations"]
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.10.1
21+
rev: v3.15.0
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py310-plus]
@@ -28,7 +28,7 @@ repos:
2828
- id: mypy
2929
additional_dependencies: ["types-PyYAML", "types-python-dateutil"]
3030
- repo: https://github.com/psf/black
31-
rev: 23.7.0
31+
rev: 23.9.1
3232
hooks:
3333
- id: black
3434
additional_dependencies: ["click==8.0.2"]

0 commit comments

Comments
 (0)