We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1319629 + 3bb8f33 commit 47f96d8Copy full SHA for 47f96d8
1 file changed
.pre-commit-config.yaml
@@ -0,0 +1,19 @@
1
+repos:
2
+ - repo: https://github.com/psf/black
3
+ rev: 22.10.0
4
+ hooks:
5
+ - id: black
6
+ name: black
7
+ - repo: https://github.com/PyCQA/isort
8
+ rev: 5.12.0
9
10
+ - id: isort
11
+ name: isort
12
+ - repo: https://github.com/PyCQA/pylint
13
+ rev: v2.15.5
14
15
+ - id: pylint
16
+ name: pylint
17
+ entry: pylint
18
+ language: system
19
+ types: [python]
0 commit comments