diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c42c99a..14fd157 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,6 @@ repos: hooks: - id: black args: [--line-length=100, --target-version=py311] - language_version: python3.11 - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.8.0