Skip to content

Commit

Permalink
Remove unnecessary linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Sep 23, 2022
1 parent 5f6bac4 commit e037329
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,8 @@
[tox]
isolated_build = true
envlist =
lint
py

[testenv:lint]
deps =
black[jupyter]
isort
skip_install = true
commands =
black \
mira/dkg \
mira/examples \
mira/modeling/ops.py \
mira/modeling/viz.py \
notebooks/dkg_api.ipynb \
tests/test_ops.py \
tests/test_dkg.py
isort \
mira/dkg \
mira/examples \
mira/modeling/ops.py \
mira/modeling/viz.py \
notebooks/dkg_api.ipynb \
tests/test_ops.py \
tests/test_dkg.py
description = Apply automatic formatters

[testenv]
passenv = PYTHONPATH MIRA_REST_URL
extras =
Expand All @@ -51,13 +26,6 @@ extras =
commands =
python -m sphinx -b {posargs:html} -d docs/build/doctrees docs/source docs/build/{posargs:html}

[testenv:flake8]
deps =
darglint
flake8<5.0.0
commands =
flake8 mira/ tests/

[testenv:mypy]
deps =
mypy
Expand Down

0 comments on commit e037329

Please sign in to comment.