diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6343e6e..2e85c5a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,23 +18,11 @@ repos: repo: https://github.com/commitizen-tools/commitizen rev: v4.0.0 - - repo: https://github.com/pycqa/isort - rev: 5.13.2 - hooks: - - id: isort - args: ["--profile", "black"] - - - repo: https://github.com/psf/black - rev: 24.10.0 - hooks: - - id: black - language_version: python3.8 - - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.8.1 hooks: - id: ruff - args: [ --fix ] + args: [ --fix, --config=ruff.toml ] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy