This website requires JavaScript.
Explore
Drone CI
Help
Register
Sign In
hemna
/
aprsd
Watch
1
Star
0
Fork
0
You've already forked aprsd
mirror of
https://github.com/craigerl/aprsd.git
synced
2024-11-04 16:01:15 -05:00
Code
Issues
Projects
Releases
Wiki
Activity
ac4c3d6562
aprsd
/
dev-requirements.in
11 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added more pre-commit hook tests also added pre-commit job for tox.
2021-01-07 17:00:42 -05:00
black
flake8
isort
mypy
Update tox environment to fix formatting python errors This patch includes lots of changes to tox environment for automatically detecting pep8 failures, which can cause python2 vs python3 failures after install. The following tox commands have been added tox -efmt-check - This checks the python syntax and formatting tox -efmt - Automatically fixes python syntax formatting that fmt-check complains about. tox -etype-check - check on types tox -elint - flake8 run This patch also changes where the default config file is located. The new location is ~/.config/aprsd/aprsd.yml You can now also specify a custom config file on the command line with the -c or --config option as well.
2020-12-09 14:13:35 -05:00
pytest
pytest-cov
pep8-naming
Sphinx
Added more pre-commit hook tests also added pre-commit job for tox.
2021-01-07 17:00:42 -05:00
tox
Updated Makefile This patch updates the Makefile to only run deps if certain files don't exist already. Also added the build and upload tasks to make it easier to test, build and upload a release to pypi
2021-01-08 20:56:39 -05:00
twine
Reference in New Issue
Copy Permalink