We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e9c41 commit e2e14a2Copy full SHA for e2e14a2
.pre-commit-config.yaml
@@ -5,13 +5,25 @@ repos:
5
name: Copyright check
6
language: system
7
entry: mx python-checkcopyrights --assumed-modified --fix --files
8
+ types: [text]
9
- id: eclipseformat
10
name: Eclipse formatter
11
12
entry: bash scripts/pre-commit-eclipseformat.sh
13
14
files: '\.java$'
15
- id: checkstyle
16
name: Checkstyle
17
18
entry: bash scripts/pre-commit-checkstyle.sh
19
20
21
+- repo: https://github.com/pre-commit/pre-commit-hooks
22
+ rev: v5.0.0
23
+ hooks:
24
+ - id: trailing-whitespace
25
+ name: Trim Trailing Whitespace
26
+ entry: trailing-whitespace-fixer
27
+ language: python
28
29
+ files: '\.(java|py|md|c|h|sh)$'
0 commit comments