Skip to content

Commit eb6221a

Browse files
committed
Make codecov informational (#13)
1 parent 4d1337b commit eb6221a

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.0.1
3+
rev: v4.1.0
44
hooks:
55
- id: check-ast
66
- id: check-builtin-literals
@@ -12,20 +12,20 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v2.29.0
15+
rev: v2.29.1
1616
hooks:
1717
- id: pyupgrade
1818
args: ["--py37-plus"]
1919
- repo: https://github.com/PyCQA/isort
20-
rev: 5.9.3
20+
rev: 5.10.1
2121
hooks:
2222
- id: isort
2323
- repo: https://github.com/psf/black
24-
rev: 21.9b0
24+
rev: 21.12b0
2525
hooks:
2626
- id: black
2727
- repo: https://github.com/asottile/blacken-docs
28-
rev: v1.11.0
28+
rev: v1.12.0
2929
hooks:
3030
- id: blacken-docs
3131
additional_dependencies: [ black==21.9b0 ]
@@ -34,7 +34,7 @@ repos:
3434
hooks:
3535
- id: rst-backticks
3636
- repo: https://github.com/asottile/setup-cfg-fmt
37-
rev: v1.17.0
37+
rev: v1.20.0
3838
hooks:
3939
- id: setup-cfg-fmt
4040
args: [--min-py3-version, "3.6", "--max-py-version", "3.10"]
@@ -44,7 +44,7 @@ repos:
4444
- id: tox-ini-fmt
4545
args: ["-p", "fix"]
4646
- repo: https://github.com/PyCQA/flake8
47-
rev: "3.9.2"
47+
rev: "4.0.1"
4848
hooks:
4949
- id: flake8
5050
additional_dependencies:

codecov.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
coverage:
2+
status:
3+
patch:
4+
default:
5+
informational: true
6+
comment: false

0 commit comments

Comments
 (0)