We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0320953 + db5808e commit df2bdbdCopy full SHA for df2bdbd
1 file changed
.pre-commit-config.yaml
@@ -9,6 +9,12 @@ repos:
9
hooks:
10
- id: seed-isort-config
11
- repo: https://github.com/pre-commit/mirrors-isort
12
- rev: "v4.3.20"
+ rev: v4.3.20
13
14
- - id: isort
+ - 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