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

Commit e38e5e7

Browse files
authored
Merge pull request #205 from asottile/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 77915df + 91ea74e commit e38e5e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: add-trailing-comma
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.16.0
26+
rev: v3.17.0
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py38-plus]

setuptools_golang.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def handle_remove_readonly(
4545

4646

4747
@contextlib.contextmanager
48-
def _tmpdir() -> Generator[str, None, None]:
48+
def _tmpdir() -> Generator[str]:
4949
tempdir = tempfile.mkdtemp()
5050
try:
5151
yield tempdir

0 commit comments

Comments
 (0)