Skip to content

Commit ab022b1

Browse files
[pre-commit.ci] pre-commit autoupdate (#300)
updates: - [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](asottile/pyupgrade@v3.17.0...v3.18.0) - [github.com/RobertCraigie/pyright-python: v1.1.383 → v1.1.384](RobertCraigie/pyright-python@v1.1.383...v1.1.384) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f6ff372 commit ab022b1

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
@@ -25,7 +25,7 @@ repos:
2525
- id: autoflake
2626

2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.17.0
28+
rev: v3.18.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py39-plus]
@@ -42,7 +42,7 @@ repos:
4242
- id: mypy
4343

4444
- repo: https://github.com/RobertCraigie/pyright-python
45-
rev: v1.1.383
45+
rev: v1.1.384
4646
hooks:
4747
- id: pyright
4848
# ignore warnings about new version being available, no other warnings

0 commit comments

Comments
 (0)