mirror of
https://github.com/esphome/esphome.git
synced 2024-11-09 16:57:47 +01:00
4 lines
293 B
Text
4 lines
293 B
Text
# 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==14.0.6 # When updating clang-tidy, also update Dockerfile
|
|
yamllint==1.35.1 # also change in .pre-commit-config.yaml when updating
|