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.
setup.py
1 parent e039bde commit ed0ae24Copy full SHA for ed0ae24
tox.ini
@@ -42,8 +42,8 @@ deps =
42
mypy
43
build
44
commands =
45
- black --check src tests setup.py conftest.py --exclude tests/test_functions/background_load_error/main.py
46
- isort -c src tests setup.py conftest.py
+ black --check src tests conftest.py --exclude tests/test_functions/background_load_error/main.py
+ isort -c src tests conftest.py
47
mypy tests/test_typing.py
48
python -m build
49
twine check dist/*
0 commit comments