mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
project maintenance
This commit is contained in:
parent
78760f6324
commit
ae35ae3c1c
11 changed files with 213 additions and 84 deletions
|
|
@ -14,10 +14,10 @@ pudb
|
|||
# https://pypi.org/project/q/
|
||||
q
|
||||
|
||||
# rich is used for more readable tracebacks during development
|
||||
# https://github.com/nir0s/backtrace
|
||||
# https://rich.readthedocs.io/en/latest/traceback.html
|
||||
rich
|
||||
# pretty-traceback manipulates Python tracebacks to make
|
||||
# them more readable.
|
||||
# https://pypi.org/project/pretty-traceback/
|
||||
pretty-traceback
|
||||
|
||||
# Py-Spy: A sampling profiler for Python programs.
|
||||
# https://github.com/benfred/py-spy
|
||||
|
|
|
|||
|
|
@ -18,8 +18,7 @@ flake8-docstrings
|
|||
flake8-builtins
|
||||
flake8-comprehensions
|
||||
flake8-junit-report
|
||||
pylint
|
||||
pylint-ignore
|
||||
pylint-ignore>=2020.1013
|
||||
mypy
|
||||
# pylint doesn't support isort>=5 for now
|
||||
# https://github.com/PyCQA/pylint/issues/3722
|
||||
|
|
@ -39,7 +38,7 @@ readme_renderer[md]
|
|||
twine
|
||||
|
||||
md-toc
|
||||
straitjacket
|
||||
straitjacket>=v202008.1016
|
||||
pycalver
|
||||
lib3to6
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue