codemeta.json files written by somesy do not have a newline character at the end of the file. In many git repos, this is considered a whitespace error and it's the POSIX standard.
C.f. also a discussion on stackoverflow about newline at the end of text files.
edit June 25th:
Also pre-commit hooks end-of-file-fixer and pretty-format-json are failing due to this issue if codemeta.json is not excluded.
codemeta.jsonfiles written by somesy do not have a newline character at the end of the file. In many git repos, this is considered a whitespace error and it's the POSIX standard.C.f. also a discussion on stackoverflow about newline at the end of text files.
edit June 25th:
Also pre-commit hooks
end-of-file-fixerandpretty-format-jsonare failing due to this issue ifcodemeta.jsonis not excluded.