Skip to content

Commit

Permalink
fixing formatting I think
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Feb 7, 2024
1 parent 9d9c24e commit f4dc345
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ commands = coverage erase
deps =
black
ruff
skip_install = true
commands =
black src/ tests/
ruff --fix src/ tests/
Expand All @@ -47,7 +46,6 @@ description = Run linters.
deps =
black
ruff
skip_install = true
commands =
black --check --diff src/ tests/
ruff check src/ tests/
Expand All @@ -63,24 +61,21 @@ description = Run documentation linters.

[testenv:codespell]
description = Run spell checker.
skip_install = true
deps =
codespell
tomli # required for getting config from pyproject.toml
commands = codespell src/ tests/

[testenv:codespell-write]
description = Run spell checker and write corrections.
skip_install = true
deps =
codespell
tomli
commands = codespell src/ tests/ --write-changes

[testenv:docstr-coverage]
skip_install = true
deps =
docstr-coverage
commands =
docstr-coverage src/ tests/ --skip-private --skip-magic
description = Run the docstr-coverage tool to check documentation coverage
description = Run the docstr-coverage tool to check documentation coverage

0 comments on commit f4dc345

Please sign in to comment.