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

Commit f6bee54

Browse files
yajosambhav
andauthored
fix: do not pass file names with pre-commit (#610)
Co-authored-by: Sambhav Kothari <[email protected]>
1 parent 302bb78 commit f6bee54

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.pre-commit-hooks.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
entry: pydocstyle
55
language: python
66
types: [python]
7+
pass_file_names: false

docs/release_notes.rst

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Bug Fixes
1111

1212
* Fix decorator parsing for async function. Resolves some false positives
1313
with async functions and ``overload``. (#577)
14+
* Obey match rules in pre-commit usage (#610).
1415

1516
6.2.2 - January 3rd, 2023
1617
---------------------------

0 commit comments

Comments
 (0)