Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ repos:
- id: forbid-submodules
name: run forbid-submodules
description: forbids any submodules in the repository
- id: mixed-line-ending
name: run mixed-line-ending
description: replaces or checks mixed line ending
- id: trailing-whitespace
name: run trailing-whitespace
description: trims trailing whitespace
Expand Down