exasol / python-toolbox

Infrastructure & Automation Tooling for Python Projects
https://exasol.github.io/python-toolbox/
MIT License
5 stars 0 forks source link

Add nox task to check format #280

Closed Jannis-Mittenzwei closed 5 days ago

Jannis-Mittenzwei commented 2 weeks ago

Context

you could easily merge code which had formatting errors so we need an automatic formatting check for this problems

Description

This pull request add an nox task which scans the python files for the correct format and is used as a github workflow to check automatically the code for the correct format