File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
rev : v3.13.0
14
14
hooks :
15
15
- id : reorder-python-imports
16
- args : [--py38 -plus, --add-import, 'from __future__ import annotations']
16
+ args : [--py39 -plus, --add-import, 'from __future__ import annotations']
17
17
- repo : https://github.com/asottile/add-trailing-comma
18
18
rev : v3.1.0
19
19
hooks :
22
22
rev : v3.17.0
23
23
hooks :
24
24
- id : pyupgrade
25
- args : [--py38 -plus]
25
+ args : [--py39 -plus]
26
26
- repo : https://github.com/hhatto/autopep8
27
27
rev : v2.3.1
28
28
hooks :
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ import shutil
10
10
import subprocess
11
11
import tempfile
12
12
import urllib .request
13
+ from collections .abc import Iterable
14
+ from collections .abc import Sequence
13
15
from typing import Any
14
- from typing import Iterable
15
16
from typing import NamedTuple
16
- from typing import Sequence
17
17
18
18
_VERSION = 'v1.0.3'
19
19
You can’t perform that action at this time.
0 commit comments