File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ exclude: ^$
55
66ci :
77autoupdate_schedule : quarterly
8+ skip : [taplo-lint]
89
910repos :
1011 - repo : https://github.com/repo-helper/pyproject-parser
2122 - id : check-case-conflict
2223 - id : check-executables-have-shebangs
2324 - id : check-json
24- - id : check-toml
2525 - id : check-yaml
2626 - id : check-merge-conflict
2727 - id : check-symlinks
@@ -31,15 +31,24 @@ repos:
3131 - id : mixed-line-ending
3232 - id : end-of-file-fixer
3333
34+ - repo : https://github.com/domdfcoding/taplo-pre-commit
35+ rev : v0.10.0
36+ hooks :
37+ - id : taplo-lint
38+ args : []
39+
3440 - repo : https://github.com/domdfcoding/pre-commit-hooks
35- rev : v0.6 .0
41+ rev : v0.7 .0
3642hooks :
3743 - id : requirements-txt-sorter
3844args :
3945 - --allow-git
4046 - id : check-docstring-first
4147exclude : ^(doc-source/conf|__pkginfo__|setup|tests/.*)\.py$
4248 - id : bind-requirements
49+ args :
50+ - --python-min
51+ - ' 3.7'
4352
4453 - repo : https://github.com/python-formate/flake8-dunder-all
4554rev : v0.5.0
@@ -74,12 +83,14 @@ repos:
7483 - id : forbid-crlf
7584
7685 - repo : https://github.com/python-formate/snippet-fmt
77- rev : v0.1.5
86+ rev : v0.2.0
7887hooks :
7988 - id : snippet-fmt
89+ additional_dependencies :
90+ - formate-trailing-commas>=0.1.1
8091
8192 - repo : https://github.com/python-formate/formate
82- rev : v1.2.0
93+ rev : v1.2.1
8394hooks :
8495 - id : formate
8596exclude : ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
You can’t perform that action at this time.
0 commit comments