Skip to content

Commit aa05114

Browse files
Update .pre-commit-config.yaml
Co-authored-by: Sashank <hello@sashank.wiki>
1 parent 0a80708 commit aa05114

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,13 @@ repos:
99
# Run the formatter.
1010
- id: ruff-format
1111

12+
- repo: https://github.com/pre-commit/pre-commit-hooks
13+
rev: v6.0.0
14+
hooks:
15+
- id: trailing-whitespace
16+
- id: end-of-file-fixer
17+
- id: check-yaml
18+
- id: check-toml
19+
- id: check-ast
20+
- id: mixed-line-ending
21+
args: [--fix=lf]

0 commit comments

Comments
 (0)