File tree Expand file tree Collapse file tree 2 files changed +11
-64
lines changed
Expand file tree Collapse file tree 2 files changed +11
-64
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,6 @@ repos:
4444 - --fix
4545 - --exit-non-zero-on-fix
4646 - --preview
47- - repo : https://github.com/PyCQA/docformatter # Format docstrings
48- rev : v1.7.5
49- hooks :
50- - id : docformatter
51- args :
52- - -s numpy
53- - --black
54- - --in-place
5547- repo : https://github.com/jshwi/docsig # Check docstrings against function sig
5648 rev : v0.53.2
5749 hooks :
@@ -64,3 +56,14 @@ repos:
6456 - --check-class # Check class docstrings
6557 - --disable=E113 # Disable empty docstrings
6658 - --summary # Print a summary
59+
60+ ci :
61+ autofix_commit_msg : |
62+ [pre-commit.ci] auto fixes from pre-commit.com hooks
63+
64+ for more information, see https://pre-commit.ci
65+ autofix_prs : true
66+ autoupdate_branch : ' automated/pre-commit-autoupdate'
67+ autoupdate_commit_msg : ' [pre-commit.ci] pre-commit autoupdate'
68+ autoupdate_schedule : monthly
69+ submodules : false
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments