-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(pre-commit.ci): pre-commit autoupdate (#196)
* build(pre-commit.ci): pre-commit autoupdate updates: - [github.com/PyCQA/docformatter: v1.6.0-rc1 → v1.5.1](PyCQA/docformatter@v1.6.0-rc1...v1.5.1) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.0.1](pre-commit/mirrors-mypy@v0.991...v1.0.1) - [github.com/pdm-project/pdm: 2.4.3 → 2.4.7](pdm-project/pdm@2.4.3...2.4.7) - [github.com/dosisod/refurb: v1.11.0 → v1.13.0](dosisod/refurb@v1.11.0...v1.13.0) - [github.com/FHPythonUtils/LicenseCheck: 60e3b8e1ec4f2e9817fa0a02a9c4a3c20c49d560 → 2023](FHPythonUtils/LicenseCheck@60e3b8e...2023) * chore: update license-check * ci: add codecov.yml config file * ci: increase codecov upload retry count and delay --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kamil Raczycki <raczyckikamil@gmail.com>
- Loading branch information
1 parent
7a70cdd
commit dc38592
Showing
3 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
coverage: | ||
status: | ||
project: | ||
default: | ||
target: auto | ||
informational: true | ||
threshold: 1% # the leniency in hitting the target | ||
patch: | ||
default: | ||
informational: true | ||
|
||
comment: | ||
require_changes: true |