mirror of
https://github.com/tahnok/colmi_r02_client.git
synced 2026-02-06 10:47:28 +00:00
14 lines
104 B
Bash
Executable File
14 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
ruff format
|
|
|
|
ruff check --fix
|
|
|
|
mypy colmi_r02_client
|
|
|
|
pytest
|
|
|
|
poetry check --lock
|