diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 514379cd2..d6afa00c9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -95,18 +95,6 @@ repos: # want. entry: ghcr.io/hadolint/hadolint hadolint - - id: ruff-check - name: Ruff check - entry: ruff check - language: system - types: [python] - - - id: ruff-format-check - name: Ruff format check - entry: ruff format --check - language: system - types: [python] - - id: ruff-check-fix name: Ruff check fix entry: ruff check --fix @@ -125,13 +113,6 @@ repos: language: system types: [rst] - - id: pyproject-fmt-check - name: pyproject-fmt check - entry: pyproject-fmt --check - language: system - types: [toml] - files: pyproject.toml - - id: pyproject-fmt-fix name: pyproject-fmt entry: pyproject-fmt diff --git a/pyproject.toml b/pyproject.toml index 17c1b4c51..40979b60b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -298,7 +298,7 @@ dev = [ "pydocstyle==6.3", "pyenchant==3.2.2", "pylint==3.2.0", - "pyproject-fmt==1.8.0", + "pyproject-fmt==2.1.1", "pyright==1.1.362", "pyroma==4.2", "pytest==8.2.0",