File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 :
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 :
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ import shutil
1010import subprocess
1111import tempfile
1212import urllib .request
13+ from collections .abc import Iterable
14+ from collections .abc import Sequence
1315from typing import Any
14- from typing import Iterable
1516from typing import NamedTuple
16- from typing import Sequence
1717
1818_VERSION = 'v1.0.3'
1919
You can’t perform that action at this time.
0 commit comments