Skip to content

Commit

Permalink
FIX UTF8 encoding for yaml - Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Nov 5, 2024
1 parent 5c7d913 commit db7e870
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ repos:
exclude: ^config/layout/attribute/style/value\.yaml$
types: [yaml]
files: \.ya?ml$
env:
PYTHONUTF8: "1"
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.3
hooks:
Expand Down

0 comments on commit db7e870

Please sign in to comment.