Skip to content

Commit df2bdbd

Browse files
authored
Merge branch 'master' into kaspar-migration
2 parents 0320953 + db5808e commit df2bdbd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ repos:
99
hooks:
1010
- id: seed-isort-config
1111
- repo: https://github.com/pre-commit/mirrors-isort
12-
rev: "v4.3.20"
12+
rev: v4.3.20
1313
hooks:
14-
- id: isort
14+
- id: isort
15+
- repo: https://github.com/pre-commit/pre-commit-hooks
16+
rev: v2.2.3
17+
hooks:
18+
- id: end-of-file-fixer
19+
- id: mixed-line-ending
20+
- id: trailing-whitespace

0 commit comments

Comments
 (0)