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
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
FROM python:3.13
FROM python:3.13
RUN python -m pip install --upgrade pip
RUN python -m pip install --upgrade cibuildwheel pip tox twine
RUN python -m pip install --upgrade cookiecutter tox twine
RUN curl -sSL https://get.docker.com/ | sh
 
Loading