Skip to content

Commit

Permalink
setup.cfg: lint
Browse files Browse the repository at this point in the history
pre-commit wants dependencies alphabetised.
  • Loading branch information
layday committed Jan 7, 2022
1 parent 096d928 commit eee246e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -62,9 +62,9 @@ test =
setuptools>=42.0.0;python_version < "3.10"
setuptools>=56.0.0;python_version >= "3.10"
typing =
typing-extensions>=3.8;python_version < "3.8"
importlib-metadata>=4.6.4
mypy==0.910
typing-extensions>=3.8;python_version < "3.8"
virtualenv =
virtualenv>=20.0.35

Expand Down

0 comments on commit eee246e

Please sign in to comment.