We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c82b4 commit 660f3b3Copy full SHA for 660f3b3
1 file changed
.pre-commit-config.yaml
@@ -0,0 +1,19 @@
1
+default_language_version:
2
+ python: python3
3
+ci:
4
+ autofix_commit_msg: |
5
+ [pre-commit.ci] auto fixes from pre-commit hooks
6
+ autofix_prs: true
7
+ autoupdate_branch: 'pre-commit-autoupdate'
8
+ autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
9
+ autoupdate_schedule: monthly
10
+ skip: [no-commit-to-branch]
11
+ submodules: false
12
+repos:
13
+ - repo: https://github.com/pre-commit/pre-commit-hooks
14
+ rev: v4.6.0
15
+ hooks:
16
+ - id: check-yaml
17
+ - id: end-of-file-fixer
18
+ - id: trailing-whitespace
19
+ exclude: '\.(rst|txt)$'
0 commit comments