diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc8e2df0a..02edf4b70 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,13 +11,13 @@ repos: - id: mypy additional_dependencies: ["django-stubs", "pydantic"] exclude: (tests|docs)/ - - repo: https://github.com/psf/black - rev: "23.1.0" - hooks: - - id: black - exclude: docs/src/ - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.0.282 hooks: - id: ruff - args: [--fix, --exit-non-zero-on-fix] \ No newline at end of file + args: [--fix, --exit-non-zero-on-fix] + - repo: https://github.com/psf/black + rev: "23.1.0" + hooks: + - id: black + exclude: docs/src/ \ No newline at end of file