Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gyorilab/mira
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 958eee89b513895138ce6d9955a0079f367c518f
Choose a base ref
..
head repository: gyorilab/mira
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c223e5b3ee13d382cf015b124f40808660908086
Choose a head ref
Showing with 0 additions and 32 deletions.
  1. +0 −32 tox.ini
32 changes: 0 additions & 32 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -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 =
@@ -55,13 +30,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