We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7648bfa commit 8f025c0Copy full SHA for 8f025c0
DynamoDbEncryption/runtimes/python/tox.ini
@@ -55,7 +55,7 @@ commands =
55
[testenv:ruff]
56
commands_pre =
57
poetry install --with linting
58
-commands = ruff check \
+commands = poetry run ruff check \
59
src/aws_dbesdk_dynamodb/ \
60
../../../Examples/runtimes/python/DynamoDBEncryption/ \
61
test/ \
@@ -67,7 +67,7 @@ commands_pre =
67
68
basepython = python3
69
commands =
70
- black --line-length 120 \
+ poetry run black --line-length 120 \
71
72
73
0 commit comments