Skip to content
Snippets Groups Projects

Add pre commit improve tox setup

Merged Corné Lukken requested to merge add-pre-commit-improve-tox-setup-2 into main
3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline

Files

FROM python:3.13
FROM python:3.13
RUN python -m pip install --upgrade cibuildwheel cookiecutter pip tox twine
RUN python -m pip install --upgrade cibuildwheel==2.23.0 cookiecutter pip tox twine
RUN curl -sSL https://get.docker.com/ | sh
RUN curl -sSL https://get.docker.com/ | sh
Loading