Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit ef3a534

Browse files
chore(pre-commit): pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.38.2 → v3.1.0](asottile/pyupgrade@v2.38.2...v3.1.0) - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0)
1 parent 884873e commit ef3a534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44
autoupdate_commit_msg: 'chore(pre-commit): pre-commit autoupdate'
55
repos:
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v2.38.2
7+
rev: v3.1.0
88
hooks:
99
- id: pyupgrade
1010
args: [--py38-plus]
@@ -13,7 +13,7 @@ repos:
1313
hooks:
1414
- id: isort
1515
- repo: https://github.com/psf/black
16-
rev: 22.8.0
16+
rev: 22.10.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)