check-whitespace: add a note about Rust files

This commit is contained in:
Andrej730
2026-09-14 12:11:05 +05:00
parent 32b408c3d5
commit 1ea95b9580
+1
View File
@@ -302,6 +302,7 @@ def existing_path(value: str) -> Path:
# Python files are covered by `black`. # Python files are covered by `black`.
# Rust files (*.rs) are covered by `cargo fmt`.
PATTERNS = ( PATTERNS = (
"*.cpp", "*.cpp",
"*.h", "*.h",