Skip to content

Commit 852a041

Browse files
[pre-commit.ci] pre-commit autoupdate (#197)
updates: - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) - [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](asottile/pyupgrade@v3.3.0...v3.3.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f97c2be commit 852a041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: check-merge-conflict
1616
- id: trailing-whitespace
1717
- repo: https://github.com/psf/black
18-
rev: 22.10.0
18+
rev: 22.12.0
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/PyCQA/flake8
@@ -28,7 +28,7 @@ repos:
2828
hooks:
2929
- id: isort
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v3.3.0
31+
rev: v3.3.1
3232
hooks:
3333
- id: pyupgrade
3434
args: ["--py37-plus"]

0 commit comments

Comments
 (0)