summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2021-10-04 14:19:23 +0100
committerBernát Gábor <bgabor8@bloomberg.net>2021-10-04 14:19:23 +0100
commit9cd075ef0b8ead2d8c2a230ab407e59406e4f819 (patch)
tree5086e60d52bc64f7d11f0cf26219c68d1fe839f8
parentaff448e7bb57f1e6359c75cd20b69866740d25df (diff)
downloadvirtualenv-9cd075ef0b8ead2d8c2a230ab407e59406e4f819.tar.gz
Fix the coverage file and bump flake8 plugins
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
-rw-r--r--.pre-commit-config.yaml2
-rw-r--r--codecov.yml10
2 files changed, 1 insertions, 11 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 2a8b0f9..a6bd76d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -47,4 +47,4 @@ repos:
rev: "3.9.2"
hooks:
- id: flake8
- additional_dependencies: ["flake8-bugbear == 21.4.3"]
+ additional_dependencies: ["flake8-bugbear == 21.9.2"]
diff --git a/codecov.yml b/codecov.yml
index f2bf9cc..c0216da 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -1,5 +1,4 @@
coverage:
- wait_for_ci: yes
status:
patch:
default:
@@ -7,15 +6,6 @@ coverage:
comment: false # do not comment PR with the result
-coverage:
- precision: 3
- round: down
- range: 80..90
- status:
- project: no
- patch: no
- changes: no
-
ignore:
- "src/virtualenv/create/via_global_ref/builtin/python2/site.py"
- "src/virtualenv/create/via_global_ref/_virtualenv.py"