diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index cb55ee4..3009bf5 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,3 +4,4 @@ entry: pydocstyle language: python types: [python] + pass_file_names: false diff --git a/docs/release_notes.rst b/docs/release_notes.rst index f0f6f69..bb4595e 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -11,6 +11,7 @@ Bug Fixes * Fix decorator parsing for async function. Resolves some false positives with async functions and ``overload``. (#577) +* Obey match rules in pre-commit usage (#610). 6.2.2 - January 3rd, 2023 ---------------------------