diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5c63cd6f..a4206974 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: black name: Run black entry: black - args: ["--config", "pyproject.toml", "src", "tests"] + args: ["--config", "pyproject.toml"] language: system types: [python]