diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33713005..8638f425 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.18 + rev: v0.19 hooks: - id: validate-pyproject - repo: https://github.com/asottile/blacken-docs @@ -30,7 +30,7 @@ repos: hooks: - id: prettier - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.7 + rev: v0.6.3 hooks: - id: ruff args: [--fix, --show-fixes] diff --git a/pyproject.toml b/pyproject.toml index b4b833e5..83b32780 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -146,7 +146,6 @@ module = [ ignore_missing_imports = true [tool.ruff] -src = ["src"] exclude = [ "tests/packages/*/pyproject.toml", "tests/packages/test-bad-syntax",