We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302bb78 commit f6bee54Copy full SHA for f6bee54
.pre-commit-hooks.yaml
@@ -4,3 +4,4 @@
4
entry: pydocstyle
5
language: python
6
types: [python]
7
+ pass_file_names: false
docs/release_notes.rst
@@ -11,6 +11,7 @@ Bug Fixes
11
12
* Fix decorator parsing for async function. Resolves some false positives
13
with async functions and ``overload``. (#577)
14
+* Obey match rules in pre-commit usage (#610).
15
16
6.2.2 - January 3rd, 2023
17
---------------------------
0 commit comments