Skip to content

Commit ed0ae24

Browse files
committed
fix: remove setup.py from linting steps
1 parent e039bde commit ed0ae24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ deps =
4242
mypy
4343
build
4444
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
45+
black --check src tests conftest.py --exclude tests/test_functions/background_load_error/main.py
46+
isort -c src tests conftest.py
4747
mypy tests/test_typing.py
4848
python -m build
4949
twine check dist/*

0 commit comments

Comments
 (0)