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 11repos :
2+
23- repo : https://github.com/pre-commit/pre-commit-hooks
34 rev : v2.5.0
45 hooks :
2829 rev : 4.3.21
2930 hooks :
3031 - id : isort
31- additional_dependencies : [toml]
3232 files : \.py$
3333
3434- 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 =
2929[coverage:report]
3030show_missing = False
3131skip_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