File tree Expand file tree Collapse file tree 5 files changed +4
-15
lines changed
Expand file tree Collapse file tree 5 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 11flake8 ~= 7.0
2+ isort ~= 5.0
23mypy ~= 1.0
34types-babel
45types-pytz
Original file line number Diff line number Diff line change @@ -4,11 +4,6 @@ version=2.0
44[bdist_wheel]
55universal =1
66
7- [isort]
8- line_length =120
9- skip_glob =.tox
10- not_skip =__init__.py
11-
127[options]
138install_requires =
149 pygments
Original file line number Diff line number Diff line change @@ -4,10 +4,5 @@ version=0.4.0
44[bdist_wheel]
55universal =1
66
7- [isort]
8- line_length =120
9- skip_glob =.tox
10- not_skip =__init__.py
11-
127[mypy]
138strict = True
Original file line number Diff line number Diff line change @@ -4,10 +4,5 @@ version=0.19.0
44[bdist_wheel]
55universal =1
66
7- [isort]
8- line_length =120
9- skip_glob =.tox
10- not_skip =__init__.py
11-
127[mypy]
138strict = True
Original file line number Diff line number Diff line change 1+ [tool .isort ]
2+ line_length = 120
3+ skip_glob = " .tox"
You can’t perform that action at this time.
0 commit comments