sogno-platform / cimgen

Code generation from CIM data model for several programming languages
Apache License 2.0
16 stars 7 forks source link

Cleanups #31

Closed stv0g closed 3 months ago

stv0g commented 3 months ago

I started to cleanup the cimgen repo like I did for cimpy (https://github.com/sogno-platform/cimpy/pull/30) a few days ago:

sonarcloud[bot] commented 3 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
2 Security Hotspots
17.0% Duplication on New Code (required ≤ 3%)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

m-mirz commented 3 months ago

@stv0g Great work. I also prefer the standardized pyproject structure over the poetry specific one.

guillaume-alliander commented 3 months ago

Nice work indeed. I like consistency These days I love ruff, which replaces black + pylint + falke8 (+isort and more).

stv0g commented 3 months ago

I will take a look at ruff. Haven't heard about it yet. 👍