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