diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e133676..b54b68a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,12 +28,12 @@ repos: - id: ruff args: [--fix] - id: ruff-format - - repo: https://github.com/executablebooks/mdformat - rev: 0.7.21 - hooks: - - id: mdformat - - repo: https://github.com/google/yamlfmt - rev: v0.15.0 - hooks: - - id: yamlfmt - args: [-conf, .yamlfmt.yaml] +# - repo: https://github.com/executablebooks/mdformat +# rev: 0.7.21 +# hooks: +# - id: mdformat +# - repo: https://github.com/google/yamlfmt +# rev: v0.15.0 +# hooks: +# - id: yamlfmt +# args: [-conf, .yamlfmt.yaml]