Skip to content

Commit c848029

Browse files
pre-commit-ci[bot]gnikit
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.7.0 → v3.9.0](asottile/pyupgrade@v3.7.0...v3.9.0) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
1 parent b5d8bc2 commit c848029

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
@@ -14,7 +14,7 @@ repos:
1414
hooks:
1515
- id: flake8
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.7.0
17+
rev: v3.9.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: 23.3.0
26+
rev: 23.7.0
2727
hooks:
2828
- id: black

0 commit comments

Comments
 (0)