mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 18:42:23 +00:00
Merge pull request #13323 from LabNConsulting/style-update
style: add format checker config and remove .dir-locals.el
This commit is contained in:
commit
fec51f2e2b
1
.gitignore
vendored
1
.gitignore
vendored
@ -87,6 +87,7 @@
|
||||
{arch}
|
||||
build
|
||||
.cache
|
||||
.dir-locals.el
|
||||
.msg
|
||||
.rebase-*
|
||||
*~
|
||||
|
2
.isort.cfg
Normal file
2
.isort.cfg
Normal file
@ -0,0 +1,2 @@
|
||||
[settings]
|
||||
profile = black
|
@ -2,5 +2,8 @@
|
||||
init-hook="import sys; sys.path.insert(0, '..')"
|
||||
signature-mutators=common_config.retry,retry
|
||||
|
||||
[FORMAT]
|
||||
max-line-length = 88
|
||||
|
||||
[MESSAGES CONTROL]
|
||||
disable=I,C,R,W
|
||||
|
Loading…
Reference in New Issue
Block a user