Skip to content

Commit d041efb

Browse files
committed
add pyproject-fmt
1 parent e1d3c1f commit d041efb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.pre-commit-config.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
repos:
2+
- repo: https://github.com/tox-dev/pyproject-fmt
3+
rev: 0.13.0
4+
hooks:
5+
- id: pyproject-fmt
6+
7+
ci:
8+
autofix_commit_msg: |
9+
[pre-commit.ci] auto fixes from pre-commit.com hooks
10+
11+
for more information, see https://pre-commit.ci
12+
autofix_prs: false
13+
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
14+
autoupdate_schedule: monthly
15+
skip: []
16+
submodules: false

0 commit comments

Comments
 (0)