Skip to content

Commit 4cfeb35

Browse files
committed
ci: fix pre-commits
1 parent f9849f9 commit 4cfeb35

File tree

2 files changed

+11
-64
lines changed

2 files changed

+11
-64
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff 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

.pre-commit-config.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)