Skip to content

Commit 33a68a8

Browse files
authored
Merge pull request #281 from pre-commit-ci/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents d1d12eb + 9331478 commit 33a68a8

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: name-tests-test
1111
- id: requirements-txt-fixer
1212
- repo: https://github.com/asottile/reorder-python-imports
13-
rev: v3.13.0
13+
rev: v3.14.0
1414
hooks:
1515
- id: reorder-python-imports
1616
args: [--py311-plus, --add-import, 'from __future__ import annotations']
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: add-trailing-comma
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.17.0
22+
rev: v3.18.0
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py311-plus]
@@ -32,6 +32,6 @@ repos:
3232
hooks:
3333
- id: flake8
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.11.2
35+
rev: v1.12.1
3636
hooks:
3737
- id: mypy

build/language-info

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ def main() -> int:
5555

5656
local_tgz = os.path.join(args.dest, 'local.tgz')
5757
with gzip.GzipFile(local_tgz, 'wb', mtime=0) as gzipf:
58-
# https://github.com/python/typeshed/issues/5491
59-
with tarfile.open(fileobj=gzipf, mode='w') as tf: # type:ignore
58+
with tarfile.open(fileobj=gzipf, mode='w') as tf:
6059
for arcname, abspath in arcs:
6160
tf.add(
6261
abspath,

0 commit comments

Comments
 (0)