Skip to content

Commit

Permalink
remove pre-commit and tox dev-environment
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelallan72 committed Sep 16, 2024
1 parent 4434926 commit e8e536f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
22 changes: 0 additions & 22 deletions .pre-commit-config.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,6 @@ skip_missing_interpreters = True
basepython = python3
setenv = PYTHONPATH={toxinidir}

[testenv:dev-environment]
deps =
pre-commit
{[testenv:lint]deps}
{[testenv:unit]deps}
{[testenv:func]deps}
commands =
pre-commit install

[testenv:pre-commit]
deps = {[testenv:dev-environment]deps} # ensure that dev-environment is installed
commands = pre-commit run --all-files

[testenv:lint]
commands =
pflake8
Expand Down

0 comments on commit e8e536f

Please sign in to comment.