Browse Source

🔧 Disable Ruff hook

pull/12021/head
Sebastián Ramírez 8 months ago
parent
commit
2dd99d9655
  1. 14
      .pre-commit-config.yaml

14
.pre-commit-config.yaml

@ -13,13 +13,13 @@ repos:
- --unsafe - --unsafe
- id: end-of-file-fixer - id: end-of-file-fixer
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/charliermarsh/ruff-pre-commit # - repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.2.0 # rev: v0.2.0
hooks: # hooks:
- id: ruff # - id: ruff
args: # args:
- --fix # - --fix
- id: ruff-format # - id: ruff-format
- repo: local - repo: local
hooks: hooks:
- id: ruff - id: ruff

Loading…
Cancel
Save