Skip to content

Commit

Permalink
Merge pull request #51 from alexpdev/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
alexpdev committed Jan 20, 2022
2 parents 356c016 + 2aebfd7 commit 38d36cb
Show file tree
Hide file tree
Showing 8 changed files with 211 additions and 175 deletions.
20 changes: 9 additions & 11 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,19 @@ upgrade: clean ## upgrade all dependencies
pip install --upgrade --pre -rrequirements.txt

clean-build: ## remove build artifacts
rm -fr build/
rm -fr dist/
rm -fr .eggs/
rm -fr .tox/
rm -f .coverage
rm -fr htmlcov/
rm -frv build/
rm -frv dist/
rm -frv .eggs/
rm -frv .tox/
rm -fv .coverage
rm -frv htmlcov/
rm -rfv */__pycache__
rm -f corbertura.xml
rm -fr .pytest_cache
rm -rf *.egg-info
rm -fv corbertura.xml
rm -frv .pytest_cache
rm -rfv *.egg-info
rm -rfv tests/TESTINGDIR

lint: ## run linters on codebase
pip install --upgrade --force-reinstall --pre --no-cache torrentfile
isort torrentfileQt tests
pyroma .
prospector torrentfileQt
prospector tests
Expand Down
Loading

0 comments on commit 38d36cb

Please sign in to comment.