We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d3c1f commit d041efbCopy full SHA for d041efb
.pre-commit-config.yaml
@@ -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