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 464b398 commit 590a61bCopy full SHA for 590a61b
.pre-commit-config.yaml
@@ -12,6 +12,7 @@ ci:
12
- check-manifest
13
- deptry
14
- doc8
15
+ - docformatter
16
- docs
17
- interrogate
18
- interrogate-docs
@@ -28,13 +29,13 @@ ci:
28
29
- ruff-check-fix-docs
30
- ruff-format-fix
31
- ruff-format-fix-docs
- - spelling
32
- - vulture
33
- - vulture-docs
34
- shellcheck
35
- shellcheck-docs
36
- shfmt
37
- shfmt-docs
+ - spelling
+ - vulture
38
+ - vulture-docs
39
40
default_install_hook_types: [pre-commit, pre-push, commit-msg]
41
repos:
0 commit comments