diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 70ae099..cfb12d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.16.2" + rev: "v2.20.0" hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.2 + rev: v0.15.8 hooks: - id: ruff-check args: [--fix] diff --git a/pyproject.toml b/pyproject.toml index 9f0e521..27e69e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,8 +60,8 @@ lint.extend-select = [ lint.isort.force-single-line = true lint.isort.known-first-party = [ "iniconfig" ] -[tool.pytest] -ini_options.testpaths = "testing" - [tool.mypy] strict = true + +[tool.pytest] +ini_options.testpaths = "testing"