mirror of
https://github.com/lucaspalomodevelop/netbox-acls.git
synced 2026-03-12 23:27:23 +00:00
linter updates
This commit is contained in:
parent
7ef080dee1
commit
69227ee303
3
.github/linters/.flake8
vendored
Normal file
3
.github/linters/.flake8
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[flake8]
|
||||
max-line-length = 160
|
||||
extend-ignore = E203
|
||||
8
.github/linters/.isort.cfg
vendored
Normal file
8
.github/linters/.isort.cfg
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
[settings]
|
||||
profile = black
|
||||
|
||||
; vertical hanging indent mode also used in black configuration
|
||||
multi_line_output = 3
|
||||
|
||||
; necessary because black expect the trailing comma
|
||||
include_trailing_comma = true
|
||||
@ -1,5 +1,5 @@
|
||||
[settings]
|
||||
profile = "black"
|
||||
profile = black
|
||||
|
||||
; vertical hanging indent mode also used in black configuration
|
||||
multi_line_output = 3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user