mirror of
https://github.com/esphome/esphome.git
synced 2024-11-09 16:57:47 +01:00
435789a960
Some checks failed
CI / Run pytest (push) Blocked by required conditions
CI / Check clang-format (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Blocked by required conditions
CI / Create common environment (push) Waiting to run
CI / Check black (push) Blocked by required conditions
CI / Check flake8 (push) Blocked by required conditions
CI / Check pylint (push) Blocked by required conditions
CI / Check pyupgrade (push) Blocked by required conditions
CI / Run script/ci-custom (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 IDF (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP8266 (push) Blocked by required conditions
CI / list-components (push) Blocked by required conditions
CI / Component test (push) Blocked by required conditions
CI / Split components for testing into 20 groups maximum (push) Blocked by required conditions
CI / Test split components (push) Blocked by required conditions
CI / CI Status (push) Blocked by required conditions
YAML lint / yamllint (push) Waiting to run
CI for docker images / Build docker containers (push) Has been cancelled
13 lines
364 B
Text
13 lines
364 B
Text
pylint==3.2.7
|
|
flake8==7.0.0 # also change in .pre-commit-config.yaml when updating
|
|
black==24.4.2 # also change in .pre-commit-config.yaml when updating
|
|
pyupgrade==3.15.2 # also change in .pre-commit-config.yaml when updating
|
|
pre-commit
|
|
|
|
# Unit tests
|
|
pytest==8.2.0
|
|
pytest-cov==5.0.0
|
|
pytest-mock==3.14.0
|
|
pytest-asyncio==0.23.6
|
|
asyncmock==0.4.2
|
|
hypothesis==6.92.1
|