Skip to content

Commit ae8fe57

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.1](asottile/pyupgrade@v3.2.2...v3.3.1)
1 parent 91420b6 commit ae8fe57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pycqa/isort
6-
rev: 5.10.1
6+
rev: 5.11.4
77
hooks:
88
- id: isort
99
args: [
@@ -13,7 +13,7 @@ repos:
1313
]
1414

1515
- repo: https://github.com/psf/black
16-
rev: 22.10.0
16+
rev: 22.12.0
1717
hooks:
1818
- id: black
1919
language_version: python3.8
@@ -45,7 +45,7 @@ repos:
4545
]
4646

4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v3.2.2
48+
rev: v3.3.1
4949
hooks:
5050
- id: pyupgrade
5151
args:

0 commit comments

Comments
 (0)