1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Use clang-format version from requirements_dev file (#6606)

This commit is contained in:
Jesse Hills
2024-04-23 11:01:20 +12:00
committed by GitHub
parent 0874440a31
commit a7fb2ce3e1
2 changed files with 4 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# Useful stuff when working in a development environment
clang-format==13.0.1
clang-tidy==14.0.6
yamllint==1.35.1
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