This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new db66706ef8 Python: Remove D106 Docstring Issue (#8618)
db66706ef8 is described below

commit db66706ef8e9c26792e4e16e671ac87b42981ac0
Author: Lane Moseley <[email protected]>
AuthorDate: Fri Sep 22 03:36:10 2023 -0400

    Python: Remove D106 Docstring Issue (#8618)
---
 python/.pre-commit-config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/.pre-commit-config.yaml b/python/.pre-commit-config.yaml
index 49785f19de..3e6c6b73b7 100644
--- a/python/.pre-commit-config.yaml
+++ b/python/.pre-commit-config.yaml
@@ -91,7 +91,7 @@ repos:
       - id: pydocstyle
         args:
           [
-            
"--ignore=D100,D102,D101,D103,D104,D106,D107,D203,D212,D213,D404,D405,D406,D407,D411,D413,D415,D417",
+            
"--ignore=D100,D102,D101,D103,D104,D107,D203,D212,D213,D404,D405,D406,D407,D411,D413,D415,D417",
           ]
         additional_dependencies:
           - tomli==2.0.1

Reply via email to