Skip to content

Commit 14fa058

Browse files
committed
'precommit-update'
1 parent 78a9d7e commit 14fa058

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
---
2-
# See https://pre-commit.com for more information
3-
# See https://pre-commit.com/hooks.html for more hooks
42
repos:
53
- repo: https://github.com/pre-commit/pre-commit-hooks
64
rev: v6.0.0
@@ -9,25 +7,30 @@ repos:
97
- id: check-yaml
108
- id: check-added-large-files
119
- id: end-of-file-fixer
12-
1310
- repo: https://github.com/psf/black-pre-commit-mirror
14-
15-
rev: 26.1.0
11+
rev: 26.3.0
1612
hooks:
1713
- id: black
18-
1914
- repo: https://github.com/ikamensh/flynt/
2015
rev: 1.0.6
2116
hooks:
2217
- id: flynt
23-
2418
- repo: https://github.com/asottile/reorder-python-imports
2519
rev: v3.16.0
2620
hooks:
2721
- id: reorder-python-imports
28-
2922
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
3023
rev: 0.2.3
3124
hooks:
3225
- id: yamlfmt
33-
args: [--mapping, '4', --sequence, '4', --offset, '0']
26+
args:
27+
- --mapping
28+
- '4'
29+
- --sequence
30+
- '4'
31+
- --offset
32+
- '0'
33+
ci:
34+
autoupdate_commit_msg: 'chore: update pre-commit hooks'
35+
autoupdate_schedule: monthly
36+
autofix_commit_msg: 'style: pre-commit fixes'

0 commit comments

Comments
 (0)