File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ def find_version(*file_paths):
9797
9898# Sphinx somehow can't find this one
9999nitpick_ignore = [
100+ ("py:class" , "cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey" ),
100101 ("py:class" , "RSAPublicKey" ),
101102 ("py:data" , "typing.Any" ),
102103 ("py:data" , "typing.ClassVar" ),
Original file line number Diff line number Diff line change @@ -42,23 +42,3 @@ pytest-aiohttp = "^1.0.4"
4242pytest-asyncio = " ^0.21.1"
4343pytest-cov = " ^4.1.0"
4444responses = " ^0.23.3"
45-
46- [tool .poe .tasks ]
47- test = " pytest --cov=auth0 --cov-report=term-missing:skip-covered --cov-report=xml"
48- lint = " pre-commit run --all-files"
49- "lint:install" = [
50- { cmd = " pipx install pre-commit==2.21.0" },
51- { cmd = " pipx install black==23.3.0" },
52- { cmd = " pipx install flake8==5.0.4" },
53- { cmd = " pipx install isort==5.11.5" },
54- { cmd = " pipx install pyupgrade==3.3.2" },
55- { cmd = " pipx install mypy==1.4.1" },
56- ]
57- "docs:install" = [
58- { cmd = " pipx install sphinx" },
59- { cmd = " pipx inject sphinx pyjwt cryptography sphinx-mdinclude sphinx-rtd-theme sphinx-autodoc-typehints" },
60- { cmd = " sphinx-build ./docs/source ./docs/build --keep-going -n -a -b html" },
61- ]
62- requirements = [
63- { cmd = " poetry export --with dev --without-hashes --format requirements.txt --output requirements.txt" },
64- ]
You can’t perform that action at this time.
0 commit comments