creativecommons / quantifying

quantify the size and diversity of the commons--the collection of works that are openly licensed or in the public domain
MIT License
22 stars 30 forks source link

[Bug] Fix mixed-line-ending check in the codebase #82

Closed nox1134 closed 3 months ago

nox1134 commented 3 months ago

Description

The mixed-line-ending check has been disabled . mixed-line-ending replaces or checks mixed line ending. The check fails when subjected to static analysis using pre-commit. This check was disabled in the pr https://github.com/creativecommons/quantifying/pull/71. It can be resolved by running pre-commit over the whole codebase.

Resolution