mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-18 01:52:20 +03:00
5 lines
96 B
Bash
Executable File
5 lines
96 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#
|
|
|
|
mypy $@ $(git ls-tree --full-tree -r --name-only HEAD | grep -E '\.py$')
|