Skip to content

Commit 78c30dc

Browse files
authored
Merge pull request #2325 from matthewhughes934/updates-round-1
Dependency updates round 1
2 parents 7e50570 + e53ab0f commit 78c30dc

File tree

4 files changed

+17
-282
lines changed

4 files changed

+17
-282
lines changed

.flake8

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ extend-ignore =
77
B017
88
exclude = _vendored
99
per-file-ignores =
10-
isort/__init__.py:F401
11-
isort/stdlibs/__init__.py:F401
1210
tests/unit/example_crlf_file.py:F401

isort/stdlibs/__init__.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
from . import all as _all
22
from . import py2, py3, py27, py36, py37, py38, py39, py310, py311, py312
3+
4+
__all__ = (
5+
"_all",
6+
"py2",
7+
"py3",
8+
"py27",
9+
"py36",
10+
"py37",
11+
"py38",
12+
"py39",
13+
"py310",
14+
"py311",
15+
"py312",
16+
)

0 commit comments

Comments
 (0)