Skip to content

Commit 69227ee

Browse files
committed
linter updates
1 parent 7ef080d commit 69227ee

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.github/linters/.flake8

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[flake8]
2+
max-line-length = 160
3+
extend-ignore = E203

.github/linters/.isort.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[settings]
2+
profile = black
3+
4+
; vertical hanging indent mode also used in black configuration
5+
multi_line_output = 3
6+
7+
; necessary because black expect the trailing comma
8+
include_trailing_comma = true

.isort.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[settings]
2-
profile = "black"
2+
profile = black
33

44
; vertical hanging indent mode also used in black configuration
55
multi_line_output = 3

0 commit comments

Comments
 (0)