Skip to content

Commit 2ecd279

Browse files
authored
Merge pull request #156 from chriskuehl/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents a5fed40 + fb715d4 commit 2ecd279

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- id: reorder-python-imports
2626
args: [--py38-plus, --add-import, 'from __future__ import annotations']
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.16.0
28+
rev: v3.17.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py38-plus]

dumb_pypi/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def create(
220220

221221

222222
@contextlib.contextmanager
223-
def atomic_write(path: str) -> Generator[IO[str], None, None]:
223+
def atomic_write(path: str) -> Generator[IO[str]]:
224224
tmp = tempfile.mktemp(
225225
prefix='.' + os.path.basename(path),
226226
dir=os.path.dirname(path),

0 commit comments

Comments
 (0)