We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039e3dd commit 5d1b047Copy full SHA for 5d1b047
3 files changed
.pre-commit-config.yaml
@@ -1,4 +1,5 @@
1
repos:
2
+
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
rev: v2.5.0
5
hooks:
@@ -28,7 +29,6 @@ repos:
28
29
rev: 4.3.21
30
31
- id: isort
- additional_dependencies: [toml]
32
files: \.py$
33
34
- repo: https://github.com/psf/black
pyproject.toml
setup.cfg
@@ -29,3 +29,18 @@ omit =
[coverage:report]
show_missing = False
skip_covered = True
+[tool:isort]
+line_length = 88
35
+force_grid_wrap = 0
36
37
+multi_line_output = 3
38
+include_trailing_comma = True
39
+use_parentheses = True
40
41
+# No import comments, thanks.
42
+import_heading_future =
43
+import_heading_stdlib =
44
+import_heading_thirdparty =
45
+import_heading_firstparty =
46
+import_heading_localfolder =
0 commit comments