Skip to content

Commit

Permalink
try fix for tests with other python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioteula committed Oct 6, 2024
1 parent 70725b9 commit d76c0ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ docker build \
-t python-amazon-paapi .

docker run -t --rm -u "$(id -u):$(id -g)" -v "${PWD}:/code" \
python-amazon-paapi -c "python -m pre_commit run -a"
python-amazon-paapi -c "python -m pre_commit"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "python-amazon-paapi"
version = "5"
requires-python = ">=3.6"
dynamic = ["dependencies"]
dynamic = ["classifiers"]

[tool.ruff]
cache-dir = ".cache/ruff"
Expand Down

0 comments on commit d76c0ef

Please sign in to comment.