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

Revert "fix: do not pass file names with pre-commit" #623

Closed
wants to merge 1 commit into from
Closed
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: 0 additions & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
entry: pydocstyle
language: python
types: [python]
pass_file_names: false
1 change: 0 additions & 1 deletion docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------------
Expand Down