diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ff54405..8ec58e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,4 +3,5 @@ repos: rev: v0.5.6 hooks: - id: ruff + args: [--fix, --unsafe-fixes] - id: ruff-format diff --git a/pyproject.toml b/pyproject.toml index 6d11f50..c5404b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,4 +70,9 @@ type = [ [tool.setuptools] py-modules = ["portend"] + [tool.setuptools_scm] + + +[tool.pytest-enabler.mypy] +# Disabled due to jaraco/skeleton#143