Skip to content

Commit 64b3848

Browse files
[pre-commit.ci] pre-commit autoupdate (#88)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 42a1043 commit 64b3848

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.10.0
3+
rev: 23.3.0
44
hooks:
55
- id: black
66

@@ -12,7 +12,7 @@ repos:
1212
- flake8-bugbear==22.7.1
1313

1414
- repo: https://github.com/PyCQA/isort
15-
rev: 5.10.1
15+
rev: 5.12.0
1616
hooks:
1717
- id: isort
1818

@@ -28,7 +28,7 @@ repos:
2828
- id: check-json
2929

3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v3.2.2
31+
rev: v3.3.1
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py36-plus]

0 commit comments

Comments
 (0)