fix: pre-commit order

This commit is contained in:
Bingsu
2023-05-09 14:45:29 +09:00
parent 43325becd8
commit a365f7f1d7

View File

@@ -12,14 +12,13 @@ repos:
- id: isort
args: [--profile=black]
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: "v0.0.265"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black