Skip to content

Commit 9f6b8fe

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.38.2 → v3.0.0](asottile/pyupgrade@v2.38.2...v3.0.0) - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0)
1 parent 62a2802 commit 9f6b8fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
hooks:
1515
- id: flake8
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v2.38.2
17+
rev: v3.0.0
1818
hooks:
1919
- id: pyupgrade
2020
- repo: https://github.com/pycqa/isort
@@ -23,6 +23,6 @@ repos:
2323
- id: isort
2424
name: isort (python)
2525
- repo: https://github.com/psf/black
26-
rev: 22.8.0
26+
rev: 22.10.0
2727
hooks:
2828
- id: black

0 commit comments

Comments
 (0)