Skip to content

Commit 24c883a

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/asottile/reorder-python-imports: v3.10.0 → v3.12.0](asottile/reorder-python-imports@v3.10.0...v3.12.0) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - [github.com/asottile/pyupgrade: v3.7.0 → v3.15.0](asottile/pyupgrade@v3.7.0...v3.15.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.6.0](pre-commit/mirrors-mypy@v1.5.1...v1.6.0) - [github.com/asottile/setup-cfg-fmt: v2.3.0 → v2.5.0](asottile/setup-cfg-fmt@v2.3.0...v2.5.0)
1 parent 8288151 commit 24c883a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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-added-large-files
66
- id: check-toml
@@ -14,21 +14,21 @@ repos:
1414
types: [text]
1515
stages: [commit, push, manual]
1616
- repo: https://github.com/asottile/reorder-python-imports
17-
rev: v3.10.0
17+
rev: v3.12.0
1818
hooks:
1919
- id: reorder-python-imports
2020
args: [--application-directories, '.:src', --py37-plus]
2121
- repo: https://github.com/psf/black
22-
rev: 23.3.0
22+
rev: 23.9.1
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.7.0
26+
rev: v3.15.0
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py37-plus]
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.5.1
31+
rev: v1.6.0
3232
hooks:
3333
- id: mypy
3434
additional_dependencies:
@@ -40,7 +40,7 @@ repos:
4040
hooks:
4141
- id: gitlint
4242
- repo: https://github.com/asottile/setup-cfg-fmt
43-
rev: v2.3.0
43+
rev: v2.5.0
4444
hooks:
4545
- id: setup-cfg-fmt
4646
args: [--min-py3-version, '3.7']

0 commit comments

Comments
 (0)