cyanochroite / celestine

A python framework for desktop applications. Featuring support for multiple graphical user interfaces. Supports all languages of the European Union.
https://pypi.org/project/celestine/
European Union Public License 1.2
3 stars 0 forks source link

Newline Errors #15

Open cyanochroite opened 5 months ago

cyanochroite commented 5 months ago

The site deepsource.com is throwing an error for every line because the line endings do not match what it wants. I have tried to change pyproject.toml and git but I can't seem to get the issues to go away.

It is a problem because it is giving 6000 false issues and takes up over 75% off all the problems this projects has. The issue should be somewhere in this repository, but I can't find it.

Any help would be appreciated.

Oh and I don't care if this used Windows newlines or Unix newlines. Probably should be whatever the "standard" is.

cyanochroite commented 5 months ago

Oh yeah, I forgot I told deepsource to ignore this issue and it looks like it finally took. It would be nice to solve it for real one day, but for now I'm back to having a sane number of issues to solve.