1
0
mirror of https://github.com/esphome/esphome.git synced 2025-06-14 22:36:58 +02:00
esphome/requirements_dev.txt
dependabot[bot] 213648564c
Bump yamllint from 1.37.0 to 1.37.1 (#8705)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2025-05-08 10:19:23 +12:00

5 lines
293 B
Plaintext

# Useful stuff when working in a development environment
clang-format==13.0.1 # also change in .pre-commit-config.yaml and Dockerfile when updating
clang-tidy==18.1.8 # When updating clang-tidy, also update Dockerfile
yamllint==1.37.1 # also change in .pre-commit-config.yaml when updating