mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-05-25 03:17:40 +03:00
5 lines
93 B
Bash
5 lines
93 B
Bash
#!/usr/bin/env bash
|
|
#
|
|
|
|
mypy $(git ls-tree --full-tree -r --name-only HEAD | grep -E '\.py$')
|