Skip to content

Commit 2d1d286

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.1](asottile/pyupgrade@v3.2.2...v3.3.1) - [github.com/pycqa/isort: 5.10.1 → 5.11.1](PyCQA/isort@5.10.1...5.11.1) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0)
1 parent 833755e commit 2d1d286

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
@@ -14,15 +14,15 @@ repos:
1414
hooks:
1515
- id: flake8
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.2.2
17+
rev: v3.3.1
1818
hooks:
1919
- id: pyupgrade
2020
- repo: https://github.com/pycqa/isort
21-
rev: 5.10.1
21+
rev: 5.11.1
2222
hooks:
2323
- id: isort
2424
name: isort (python)
2525
- repo: https://github.com/psf/black
26-
rev: 22.10.0
26+
rev: 22.12.0
2727
hooks:
2828
- id: black

0 commit comments

Comments
 (0)