|
@ -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 |
|
|