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

Commit

Permalink
fix: do not pass file names with pre-commit (#610)
Browse files Browse the repository at this point in the history
Co-authored-by: Sambhav Kothari <sambhavs.email@gmail.com>
  • Loading branch information
yajo and samj1912 committed Jan 8, 2023
1 parent 302bb78 commit f6bee54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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

0 comments on commit f6bee54

Please sign in to comment.