Skip to content

Commit a93b11e

Browse files
committed
Small style fix
1 parent 8ee4ab1 commit a93b11e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ requires = [
66
build-backend = 'setuptools.build_meta'
77

88

9+
# TODO: move configuration to setup.cfg when available
910
[tool.isort]
1011
multi_line_output = 3
1112
include_trailing_comma = true

tox.ini

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ extras =
3535
deps =
3636
pytest
3737
pytest-cov
38-
pytest-runner
3938

4039
commands_pre =
4140
# Remove the python-rsa and python-ecdsa backends

0 commit comments

Comments
 (0)