Skip to content
This repository has been 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 4 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 @@ -39,6 +39,7 @@ New Features
Bug Fixes

* Fix ``--match`` option to only consider filename when matching full paths (#550).
* Obey match rules in pre-commit usage (#610).

6.1.1 - May 17th, 2021
---------------------------
Expand Down