diff options
Diffstat (limited to 'R2R/.isort.cfg')
-rwxr-xr-x | R2R/.isort.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/R2R/.isort.cfg b/R2R/.isort.cfg new file mode 100755 index 00000000..927aa0b3 --- /dev/null +++ b/R2R/.isort.cfg @@ -0,0 +1,10 @@ +[settings] +profile = black +multi_line_output = 3 +include_trailing_comma = true +force_grid_wrap = 0 +use_parentheses = true +ensure_newline_before_comments = true +line_length = 79 +sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER +skip = .tox,__pycache__,*.pyc,venv*/*,reports,venv,env,node_modules,.env,.venv,dist,my_env |