Skip to content

Commit c68d84c

Browse files
committed
Update workflows
1 parent eb45397 commit c68d84c

2 files changed

Lines changed: 1 addition & 20 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def find_version(*file_paths):
9797

9898
# Sphinx somehow can't find this one
9999
nitpick_ignore = [
100+
("py:class", "cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey"),
100101
("py:class", "RSAPublicKey"),
101102
("py:data", "typing.Any"),
102103
("py:data", "typing.ClassVar"),

pyproject.toml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,3 @@ pytest-aiohttp = "^1.0.4"
4242
pytest-asyncio = "^0.21.1"
4343
pytest-cov = "^4.1.0"
4444
responses = "^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-
]

0 commit comments

Comments
 (0)