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 671dfd0 commit 6fe7e5dCopy full SHA for 6fe7e5d
.pre-commit-config.yaml
@@ -0,0 +1,23 @@
1
+---
2
+repos:
3
+ - repo: https://github.com/pycqa/pydocstyle
4
+ rev: 6.3.0
5
+ hooks:
6
+ - id: pydocstyle
7
+ - repo: https://github.com/pre-commit/pre-commit-hooks
8
+ rev: v4.4.0
9
10
+ - id: check-docstring-first
11
+ - id: debug-statements
12
+ - id: detect-private-key
13
+ - id: end-of-file-fixer
14
+ - id: name-tests-test
15
+ - id: trailing-whitespace
16
+ - repo: https://github.com/pre-commit/mirrors-mypy
17
+ rev: v1.1.1
18
19
+ - id: mypy
20
+ - repo: https://github.com/psf/black
21
+ rev: 23.1.0
22
23
+ - id: black
0 commit comments