mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-12 23:37:14 +03:00
scripts/mypy-all: Add a little comment documentation
This commit is contained in:
parent
3d53b1a54d
commit
db956cd68b
@ -1,4 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Run mypy checks against all the relevant files
|
||||
|
||||
# We assume that all `.py` files in git should be checked, and *only* those.
|
||||
mypy $@ $(git ls-tree --full-tree -r --name-only HEAD | grep -E '\.py$')
|
||||
|
Loading…
x
Reference in New Issue
Block a user