Skip to content

Commit

Permalink
delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Apr 23, 2023
1 parent bd20dab commit 5bdf1e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 218 deletions.
210 changes: 0 additions & 210 deletions avendesora/extended_pathlib.py

This file was deleted.

16 changes: 8 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ setenv =
COVERAGE_RCFILE = ../.coveragerc
commands = py.test --cov {posargs}

[testenv:mypy]
description = Run mypy
deps =
mypy
{[testenv]deps}
commands =
#mypy --disable-error-code import --no-namespace-packages {toxinidir}/avendesora
mypy --no-namespace-packages --disable-error-code import {toxinidir}/avendesora
# [testenv:mypy]
# description = Run mypy
# deps =
# mypy
# {[testenv]deps}
# commands =
# #mypy --disable-error-code import --no-namespace-packages {toxinidir}/avendesora
# mypy --no-namespace-packages --disable-error-code import {toxinidir}/avendesora

0 comments on commit 5bdf1e6

Please sign in to comment.