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 85b8509 commit 5bcf7a7Copy full SHA for 5bcf7a7
.pre-commit-config.yaml
@@ -0,0 +1,27 @@
1
+exclude: json
2
+
3
+repos:
4
+- repo: https://github.com/pre-commit/pre-commit-hooks
5
+ rev: v3.2.0
6
+ hooks:
7
+ - id: check-ast
8
+ - id: check-docstring-first
9
+ - id: check-json
10
+ - id: check-toml
11
+ - id: check-vcs-permalinks
12
+ - id: check-yaml
13
+ - id: debug-statements
14
+ - id: end-of-file-fixer
15
+ - id: trailing-whitespace
16
+- repo: https://github.com/timothycrosley/isort
17
+ rev: 5.3.2
18
19
+ - id: isort
20
+- repo: https://github.com/myint/docformatter
21
+ rev: v1.3.1
22
23
+ - id: docformatter
24
+ args:
25
+ - --in-place
26
+ - --pre-summary-newline
27
+ - --make-summary-multi-line
0 commit comments