File tree Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
+
2
3
- repo : https://github.com/pre-commit/pre-commit-hooks
3
4
rev : v2.5.0
4
5
hooks :
28
29
rev : 4.3.21
29
30
hooks :
30
31
- id : isort
31
- additional_dependencies : [toml]
32
32
files : \.py$
33
33
34
34
- repo : https://github.com/psf/black
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -29,3 +29,18 @@ omit =
29
29
[coverage:report]
30
30
show_missing = False
31
31
skip_covered = True
32
+
33
+ [tool:isort]
34
+ 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 =
You can’t perform that action at this time.
0 commit comments