Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

fix: do not pass file names with pre-commit #610

Merged
merged 5 commits into from
Jan 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
entry: pydocstyle
language: python
types: [python]
pass_file_names: false
1 change: 1 addition & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------------
Expand Down