chore: add contributors listing tool (#2417)
Yet another contributors listing script, sorry...
This commit is contained in:
parent
d2f93f7c8a
commit
11e8cac471
2 changed files with 111 additions and 1 deletions
|
@ -2,7 +2,9 @@ all: lint test
|
|||
|
||||
include python.mk
|
||||
|
||||
PIP_INSTALL =
|
||||
PIP_INSTALL = \
|
||||
requests \
|
||||
types-requests
|
||||
PYLINT_ARG = tools
|
||||
MYPY_ARG = .
|
||||
PYTEST_ARG = .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue