diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b146d10..a23c981 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,10 +38,10 @@ repos: #args: [--remove] - id: mixed-line-ending args: [--fix=auto] - #- id: pretty-format-json - #args: - # [--autofix, --no-ensure-ascii] - #- id: requirements-txt-fixer + - id: pretty-format-json + args: + [--autofix, --no-ensure-ascii] + #- id: requirements-txt-fixer - repo: https://github.com/pre-commit/sync-pre-commit-deps rev: v0.0.1 @@ -71,6 +71,7 @@ repos: rev: "v3.2.5" hooks: - id: prettier + exclude_types: [json] additional_dependencies: [ # https://www.npmjs.com/package/prettier "prettier@3.2.5",