diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8575234..d012726 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,8 +16,6 @@ repos: - id: check-toml - id: check-yaml - id: check-merge-conflict - - id: fix-encoding-pragma - args: [--remove] - id: mixed-line-ending args: [--fix=lf] - id: trailing-whitespace diff --git a/pyproject.toml b/pyproject.toml index e4f47ef..049957e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,8 +77,8 @@ xfail_strict = true addopts = ["-ra", "--strict-config", "--strict-markers"] filterwarnings = ["error", "ignore::DeprecationWarning"] -[tool.uv] -dev-dependencies = [ +[dependency-groups] +dev = [ "pytest", "ruff", "pre-commit",