Skip to content

Commit fc9a4eb

Browse files
authored
Merge pull request #103 from mulkieran/issue_project_825
.isort.cfg: Use black profile
2 parents 8a30082 + 8d22f13 commit fc9a4eb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- dependencies: yamllint
2222
task: make -f Makefile yamllint
2323
- dependencies: >
24+
libatomic
2425
pylint
2526
python-hypothesis
2627
python3-setuptools

.isort.cfg

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
[settings]
2-
multi_line_output=3
3-
include_trailing_comma=True
4-
force_grid_wrap=0
5-
use_parentheses=True
6-
line_length=88
2+
profile = black
73

84
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCAL,LOCALFOLDER
95

0 commit comments

Comments
 (0)