Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 698c871

Browse files
authoredOct 3, 2023
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.10.1 → v3.14.0](asottile/pyupgrade@v3.10.1...v3.14.0) - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)
1 parent 68ab8e3 commit 698c871

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
@@ -4,11 +4,11 @@
44

55
repos:
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v3.10.1
7+
rev: v3.14.0
88
hooks:
99
- id: pyupgrade
1010
- repo: https://github.com/psf/black
11-
rev: 23.7.0
11+
rev: 23.9.1
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/pre-commit/mirrors-prettier

0 commit comments

Comments
 (0)
Please sign in to comment.