Skip to content

Commit ea952db

Browse files
authoredOct 12, 2024
Merge pull request #19 from pre-commit-ci/all-repos_autofix_all-repos-manual
py39+
2 parents 1384014 + 6f4b769 commit ea952db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
rev: v3.13.0
1414
hooks:
1515
- id: reorder-python-imports
16-
args: [--py38-plus, --add-import, 'from __future__ import annotations']
16+
args: [--py39-plus, --add-import, 'from __future__ import annotations']
1717
- repo: https://github.com/asottile/add-trailing-comma
1818
rev: v3.1.0
1919
hooks:
@@ -22,7 +22,7 @@ repos:
2222
rev: v3.17.0
2323
hooks:
2424
- id: pyupgrade
25-
args: [--py38-plus]
25+
args: [--py39-plus]
2626
- repo: https://github.com/hhatto/autopep8
2727
rev: v2.3.1
2828
hooks:

‎bin/main

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ import shutil
1010
import subprocess
1111
import tempfile
1212
import urllib.request
13+
from collections.abc import Iterable
14+
from collections.abc import Sequence
1315
from typing import Any
14-
from typing import Iterable
1516
from typing import NamedTuple
16-
from typing import Sequence
1717

1818
_VERSION = 'v1.0.3'
1919

0 commit comments

Comments
 (0)