Skip to content

Commit 697163d

Browse files
[pre-commit.ci] pre-commit autoupdate (#1066)
updates: - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/adrienverge/yamllint: v1.28.0 → v1.29.0](adrienverge/yamllint@v1.28.0...v1.29.0) - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.1](asottile/pyupgrade@v3.2.2...v3.3.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c6bd5c1 commit 697163d

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
@@ -8,7 +8,7 @@ repos:
88
- "-x *test*.py"
99

1010
- repo: https://github.com/psf/black
11-
rev: 22.10.0
11+
rev: 22.12.0
1212
hooks:
1313
- id: black
1414
language_version: python3.8
@@ -21,7 +21,7 @@ repos:
2121
- "--config=tox.ini"
2222

2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.10.1
24+
rev: 5.12.0
2525
hooks:
2626
- id: isort
2727

@@ -40,14 +40,14 @@ repos:
4040
- id: detect-private-key
4141

4242
- repo: https://github.com/adrienverge/yamllint
43-
rev: v1.28.0
43+
rev: v1.29.0
4444
hooks:
4545
- id: yamllint
4646
args:
4747
- "--strict"
4848

4949
- repo: https://github.com/asottile/pyupgrade
50-
rev: v3.2.2
50+
rev: v3.3.1
5151
hooks:
5252
- id: pyupgrade
5353
args: [--py37-plus]

0 commit comments

Comments
 (0)