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 3ffa887 commit a0d4472Copy full SHA for a0d4472
.pre-commit-config.yaml
@@ -0,0 +1,18 @@
1
+repos:
2
+ - repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v3.2.0
4
+ hooks:
5
+ - id: trailing-whitespace
6
+ - id: end-of-file-fixer
7
+ - id: check-yaml
8
+ - id: check-added-large-files
9
+
10
+ - repo: https://github.com/psf/black
11
+ rev: 21.11b0
12
13
+ - id: black
14
15
+ - repo: https://github.com/PyCQA/isort
16
+ rev: 5.10.1
17
18
+ - id: isort
pyproject.toml
@@ -4,3 +4,6 @@ requires = [
"wheel"
]
build-backend = "setuptools.build_meta"
+[tool.isort]
+profile = "black"
0 commit comments