3cn-ecn / nantralPlatform

Nantral Platform is a website project for clubs, events and more in Centrale Nantes
https://nantral-platform.fr
MIT License
20 stars 1 forks source link

Feat: use ruff as python linter! #1199

Closed hydrielax closed 1 month ago

hydrielax commented 1 month ago

Description

Replace Flake8 and Black by Ruff!

Ruff is a linter and formatter coded in Rust, allowing real-time warnings (no need to save the file to see the errors!), proposes fixes for most common errors, showing a link with a full description of the problem, and a far better integration into vscode!

It also now catches more useful errors, and removed previous errors that were not useful.

hydrielax commented 1 month ago

@rravelli Need your help: I don't understand why the test for resetting the password do not pass

rravelli commented 1 month ago

@rravelli Need your help: I don't understand why the test for resetting the password do not pass

Je check ça...

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed for 'Nantral Platform Backend'

Issues
5 New issues
37 Accepted issues

Measures
0 Security Hotspots
47.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud