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 c2da0f0 commit 2570a77Copy full SHA for 2570a77
.pre-commit-config.yaml
@@ -0,0 +1,18 @@
1
+repos:
2
+ - repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v4.4.0
4
+ hooks:
5
+ - id: check-added-large-files
6
+ - id: check-yaml
7
+ - id: end-of-file-fixer
8
+ - id: name-tests-test
9
+ - id: trailing-whitespace
10
+ - repo: https://github.com/PyCQA/isort
11
+ rev: 5.12.0
12
13
+ - id: isort
14
+ - repo: https://github.com/psf/black
15
+ rev: 22.3.0
16
17
+ - id: black
18
+ language_version: python3
0 commit comments