diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-15 21:04:50 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-15 21:04:50 +0100 |
commit | 67eda2e561cf688ff4cc7d71a7dd1dddff09edd4 (patch) | |
tree | 66488253cd72a68dd210048c56420f35fdb1dc8c | |
parent | c20c72522539b794747c95a2b3d4f9b25a763f21 (diff) |
Scaling down pre-commit to remove ruff formatting
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cb75719..d3cb20e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: - id: ruff args: [--fix, --exit-non-zero-on-fix] # Formatter - - id: ruff-format + #- id: ruff-format - repo: https://github.com/Riverside-Healthcare/djLint rev: v1.34.1 |