Skip to content

Commit 48f886b

Browse files
committed
let black run last to take precedence in any potential disagreements with isort
1 parent 8e2b211 commit 48f886b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/dynamodb_encryption_sdk/material_providers/store/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
from dynamodb_encryption_sdk.exceptions import NoKnownVersionError
1919
from dynamodb_encryption_sdk.material_providers import ( # noqa pylint: disable=unused-import
20-
CryptographicMaterialsProvider,
20+
CryptographicMaterialsProvider
2121
)
2222

2323
try: # Python 3.5.0 and 3.5.1 have incompatible typing modules

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,11 @@ commands = {[testenv:isort]commands} -c
309309
[testenv:autoformat]
310310
basepython = python3
311311
deps =
312-
{[testenv:blacken]deps}
313312
{[testenv:isort]deps}
313+
{[testenv:blacken]deps}
314314
commands =
315-
{[testenv:blacken]commands}
316315
{[testenv:isort]commands}
316+
{[testenv:blacken]commands}
317317

318318
# Clear out any generated files from doc/
319319
[testenv:resetdocs]

0 commit comments

Comments
 (0)