Skip to content

Commit 8f025c0

Browse files
author
Lucas McDonald
committed
m
1 parent 7648bfa commit 8f025c0

File tree

1 file changed

+2
-2
lines changed
  • DynamoDbEncryption/runtimes/python

1 file changed

+2
-2
lines changed

DynamoDbEncryption/runtimes/python/tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ commands =
5555
[testenv:ruff]
5656
commands_pre =
5757
poetry install --with linting
58-
commands = ruff check \
58+
commands = poetry run ruff check \
5959
src/aws_dbesdk_dynamodb/ \
6060
../../../Examples/runtimes/python/DynamoDBEncryption/ \
6161
test/ \
@@ -67,7 +67,7 @@ commands_pre =
6767
poetry install --with linting
6868
basepython = python3
6969
commands =
70-
black --line-length 120 \
70+
poetry run black --line-length 120 \
7171
src/aws_dbesdk_dynamodb/ \
7272
../../../Examples/runtimes/python/DynamoDBEncryption/ \
7373
test/ \

0 commit comments

Comments
 (0)