Skip to content

Commit

Permalink
Add config for interrogate
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwlchan committed Sep 1, 2024
1 parent 16facef commit 49dcf02
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 34 deletions.
1 change: 1 addition & 0 deletions dev_requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-r requirements.txt

interrogate
mypy
ruff
pytest
Expand Down
35 changes: 13 additions & 22 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,21 @@ anyio==4.1.0
# via
# -r requirements.txt
# httpx
attrs==24.2.0
# via interrogate
beautifulsoup4==4.12.3
# via -r requirements.txt
certifi==2023.11.17
# via
# -r requirements.txt
# httpcore
# httpx
cffi==1.16.0
# via
# -r requirements.txt
# cryptography
coverage[toml]==7.4.0
click==8.1.7
# via interrogate
colorama==0.4.6
# via interrogate
coverage==7.4.0
# via pytest-cov
cryptography==42.0.8
# via
# -r requirements.txt
# secretstorage
h11==0.14.0
# via
# -r requirements.txt
Expand All @@ -47,6 +45,8 @@ idna==3.4
# hyperlink
iniconfig==2.0.0
# via pytest
interrogate==1.7.0
# via -r dev_requirements.in
jaraco-classes==3.3.0
# via
# -r requirements.txt
Expand All @@ -59,11 +59,6 @@ jaraco-functools==4.0.1
# via
# -r requirements.txt
# keyring
jeepney==0.8.0
# via
# -r requirements.txt
# keyring
# secretstorage
jinja2==3.1.4
# via -r requirements.txt
keyring==25.3.0
Expand All @@ -89,10 +84,8 @@ pillow==10.4.0
# via -r requirements.txt
pluggy==1.5.0
# via pytest
pycparser==2.22
# via
# -r requirements.txt
# cffi
py==1.11.0
# via interrogate
pytest==8.3.2
# via
# -r dev_requirements.in
Expand All @@ -101,10 +94,6 @@ pytest-cov==5.0.0
# via -r dev_requirements.in
ruff==0.6.3
# via -r dev_requirements.in
secretstorage==3.3.3
# via
# -r requirements.txt
# keyring
six==1.16.0
# via
# -r requirements.txt
Expand All @@ -118,6 +107,8 @@ soupsieve==2.5
# via
# -r requirements.txt
# beautifulsoup4
tabulate==0.9.0
# via interrogate
tenacity==9.0.0
# via -r requirements.txt
titlecase==2.3
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ filterwarnings = ["error"]
[tool.mypy]
mypy_path = "src"
strict = true

[tool.interrogate]
fail_under = 31
omit-covered-files = true
12 changes: 0 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ certifi==2023.11.17
# via
# httpcore
# httpx
cffi==1.16.0
# via cryptography
cryptography==42.0.8
# via secretstorage
h11==0.14.0
# via httpcore
html5lib==1.1
Expand All @@ -35,10 +31,6 @@ jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.1
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via -r requirements.in
keyring==25.3.0
Expand All @@ -53,10 +45,6 @@ more-itertools==10.1.0
# jaraco-functools
pillow==10.4.0
# via -r requirements.in
pycparser==2.22
# via cffi
secretstorage==3.3.3
# via keyring
six==1.16.0
# via html5lib
sniffio==1.3.0
Expand Down

0 comments on commit 49dcf02

Please sign in to comment.