Skip to content
Snippets Groups Projects

Draft: Add pre-commit hook and improve with better linting

Closed Hannes Feldt requested to merge add-pre-commit-improve-tox-setup into main
Compare and
17 files
+ 338
179
Compare changes
  • Side-by-side
  • Inline

Files

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