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
a7c20430fe
aprsd
/
dev-requirements.in
10 lines
65 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
Reference in New Issue
Copy Permalink