#2502 add more info about config placeholders

This commit is contained in:
Marek Wolan
2024-05-28 15:45:26 +01:00
parent 85f03570f7
commit 4d1f84dc27
6 changed files with 202 additions and 1 deletions

View File

@@ -3,7 +3,11 @@ repos:
rev: v4.4.0
hooks:
- id: check-yaml
exclude: scenario_with_placeholders/
exclude: |
(?x)^(
.*/scenario_with_placeholders/.*|
.*/mini_scenario_with_simulation_variation/.*
)$
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-added-large-files