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.
2 parents 0065e5f + 34c68ba commit d539cd5Copy full SHA for d539cd5
.pre-commit-config.yaml
@@ -0,0 +1,16 @@
1
+ci:
2
+ autofix_commit_msg: |
3
+ [pre-commit.ci] auto fixes from pre-commit.com hooks
4
+
5
+ for more information, see https://pre-commit.ci
6
+ autofix_prs: true
7
+ autoupdate_branch: ''
8
+ autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
9
+ autoupdate_schedule: quarterly
10
+ skip: []
11
+ submodules: false
12
+repos:
13
+- repo: https://github.com/pre-commit/pre-commit-hooks
14
+ rev: v4.5.0
15
+ hooks:
16
+ - id: check-added-large-files
codecov.yml
@@ -0,0 +1,3 @@
+coverage:
+ status:
+ project: off
0 commit comments