Skip to content

Commit 6173600

Browse files
authored
Merge pull request #1159 from sigmavirus24/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 8288151 + 24c883a commit 6173600

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)