Skip to content

Commit 8d64753

Browse files
committed
Bump pre-commit hooks
1 parent 9c46643 commit 8d64753

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

‎.pre-commit-config.yaml‎

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ exclude: ^$
55

66
ci:
77
autoupdate_schedule: quarterly
8+
skip: [taplo-lint]
89

910
repos:
1011
- repo: https://github.com/repo-helper/pyproject-parser
@@ -21,7 +22,6 @@ repos:
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
3642
hooks:
3743
- id: requirements-txt-sorter
3844
args:
3945
- --allow-git
4046
- id: check-docstring-first
4147
exclude: ^(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
4554
rev: 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
7887
hooks:
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
8394
hooks:
8495
- id: formate
8596
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$

0 commit comments

Comments
 (0)