[GRASS-git] [OSGeo/grass] 617ff6: CI(deps): Update pre-commit hook editorconfig-chec...
renovate[bot]
noreply at github.com
Sat Sep 5 08:59:21 PDT 2026
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 617ff65543f2303e94f82a4552ec4c747b3395de
https://github.com/OSGeo/grass/commit/617ff65543f2303e94f82a4552ec4c747b3395de
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: 2026-09-05 (Sat, 05 Sep 2026)
Changed paths:
M .editorconfig
M .pre-commit-config.yaml
Log Message:
-----------
CI(deps): Update pre-commit hook editorconfig-checker/editorconfig-checker to v3.11.3 (main) (#7459)
* CI(deps): Update pre-commit hook editorconfig-checker/editorconfig-checker to v3.11.3
* editorconfig: Mark files with stray control bytes as charset unset
editorconfig-checker v3.7.0 added a pre-decode binary-detection check
that flags a file as binary (and thus failing the utf-8 charset check)
if it contains any C0 control byte, even when the file otherwise
decodes as valid UTF-8. Four files in the tree contain such stray
control bytes and newly fail with the v3.11.3 bump in this PR:
configure (a BEL byte, part of a legitimate autoconf-generated awk
field separator), lib/external/ccmath/C01-matrix (vendored
third-party code), and raster/r.drain/README and scripts/r.drain/README
(a duplicated, historical email preserved as documentation). None of
these are appropriate to hand-edit, so mark them charset = unset in
.editorconfig, matching the existing convention used for other known
non-utf-8 files.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Edouard Choinière <27212526+echoix at users.noreply.github.com>
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications
More information about the grass-commit
mailing list