From 112d4670bd7fa21a982512c1a469271e547e1f67 Mon Sep 17 00:00:00 2001 From: Sambhav Kothari Date: Sun, 8 Jan 2023 19:29:05 +0000 Subject: [PATCH] Revert "fix: do not pass file names with pre-commit (#610)" This reverts commit f6bee54a157a77425db47d87bc2e65c584e5b45d. --- .pre-commit-hooks.yaml | 1 - docs/release_notes.rst | 1 - 2 files changed, 2 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 3009bf52..cb55ee45 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,4 +4,3 @@ entry: pydocstyle language: python types: [python] - pass_file_names: false diff --git a/docs/release_notes.rst b/docs/release_notes.rst index bb4595ec..f0f6f691 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -11,7 +11,6 @@ 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 ---------------------------