Skip to content

Commit 231a727

Browse files
author
Lucas McDonald
committed
m
1 parent c8503ac commit 231a727

File tree

1 file changed

+4
-0
lines changed
  • DynamoDbEncryption/runtimes/python

1 file changed

+4
-0
lines changed

DynamoDbEncryption/runtimes/python/tox.ini

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ commands =
5353
--cov-fail-under=100
5454

5555
[testenv:ruff]
56+
commands_pre =
57+
poetry install --with linting
5658
commands = ruff check \
5759
src/aws_dbesdk_dynamodb/ \
5860
../../../Examples/runtimes/python/DynamoDBEncryption/ \
@@ -61,6 +63,8 @@ commands = ruff check \
6163

6264
# Linters
6365
[testenv:blacken]
66+
commands_pre =
67+
poetry install --with linting
6468
basepython = python3
6569
commands =
6670
black --line-length 120 \

0 commit comments

Comments
 (0)