ResearchObject / ro-crate-inveniordm

RO-Crate uploader for InvenioRDM
MIT License
2 stars 1 forks source link

Remove --exit-zero in flake8 CI linting #18

Closed elichad closed 3 weeks ago

elichad commented 2 months ago

Right now all flake8 errors are ignored (won't fail the job) because of the --exit-zero option.

Before removing this, we need to address the <function> is too complex errors, which require some refactoring.

elichad commented 1 month ago

Tied to #6 as both involve refactoring