geobeyond / Arpav-PPCV-backend

Backend di Piattaforma Proiezioni Climatiche per il Nord-Est.
Creative Commons Attribution 4.0 International
0 stars 1 forks source link

Add pre-commit #93

Closed ricardogsilva closed 2 months ago

ricardogsilva commented 3 months ago

This PR adds pre-commit as a dev dependency and a relevant config file for it that uses the standard pre-commit checks, plus the ruff linter and formatter.

Also included is the result of running poetry update which updates dependencies to latest versions (whithin their relevant dependency management restrictions).

The large number of changes included in this PR is the result of running pre-commit on it. Changes to those files are purely to comply with the pre-commit rules, and are mostly about fixing end of files and white space.