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.
1 parent 04b1870 commit 6d9c7c0Copy full SHA for 6d9c7c0
.coveragerc
@@ -2,7 +2,6 @@
2
branch = true
3
source =
4
pydis_site
5
- pydis_site/apps/admin
6
pydis_site/apps/api
7
pydis_site/apps/home
8
pydis_site/apps/staff
pyproject.toml
@@ -25,7 +25,7 @@ django-distill = "3.0.1"
25
PyJWT = {version = "2.4.0", extras = ["crypto"]}
26
27
[tool.poetry.dev-dependencies]
28
-coverage = "~=5.0"
+coverage = "6.4.4"
29
flake8 = "~=3.7"
30
flake8-annotations = "~=2.0"
31
flake8-bandit = "~=3.0"
@@ -39,7 +39,7 @@ mccabe = "~=0.6.1"
39
pep8-naming = "~=0.9"
40
pre-commit = "~=2.1"
41
pyfakefs = "~=4.5"
42
-coveralls = "~=2.1"
+coveralls = "3.3.1"
43
taskipy = "~=1.7.0"
44
python-dotenv = "~=0.17.1"
45
0 commit comments