##// END OF EJS Templates
Improve pre-commit checks
Anay Dongre -
Show More
@@ -1,15 +1,16
1 # See https://pre-commit.com for more information
1 # See https://pre-commit.com for more information
2 # See https://pre-commit.com/hooks.html for more hooks
2 # See https://pre-commit.com/hooks.html for more hooks
3 repos:
3 repos:
4 - repo: https://github.com/pre-commit/pre-commit-hooks
4 - repo: https://github.com/pre-commit/pre-commit-hooks
5 rev: v4.4.0
5 rev: v4.4.0
6 hooks:
6 hooks:
7 - id: trailing-whitespace
7 - id: trailing-whitespace
8 - id: end-of-file-fixer
8 - id: end-of-file-fixer
9 - id: check-yaml
9 - id: check-yaml
10 - id: check-added-large-files
10 - id: check-added-large-files
11
11
12 - repo: https://github.com/akaihola/darker
12 - repo: https://github.com/akaihola/darker
13 rev: 1.7.2
13 rev: 1.7.2
14 hooks:
14 hooks:
15 - id: darker
15 - id: darker
16 additional_dependencies: [isort, mypy, flake8]
General Comments 0
You need to be logged in to leave comments. Login now