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 end-of-file-fixer in the whole codebase #77

Closed nox1134 closed 3 months ago

nox1134 commented 3 months ago

Description

The end-of-file-fixer check has been disabled as the files don't end in a newline and only a newline and 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