We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8d06d commit 232ddebCopy full SHA for 232ddeb
.pre-commit-config.yaml
@@ -42,14 +42,14 @@ repos:
42
- id: debug-statements
43
# Removes trailing whitespace.
44
- id: trailing-whitespace
45
- types_or: [python, c, c++, batch, markdown, toml, yaml]
+ types_or: [python, batch, markdown, toml, yaml, rust]
46
# Ensures all files end in 1 (and only 1) newline.
47
- id: end-of-file-fixer
48
49
# Removes the UTF-8 BOM from files that have it.
50
# See https://github.com/nvaccess/nvda/blob/master/projectDocs/dev/codingStandards.md#encoding
51
- id: fix-byte-order-marker
52
53
# Validates TOML files.
54
- id: check-toml
55
# Validates YAML files.
0 commit comments