Merge pull request #13323 from LabNConsulting/style-update

style: add format checker config and remove .dir-locals.el
This commit is contained in:
Mark Stapp 2023-04-18 13:13:35 -04:00 committed by GitHub
commit fec51f2e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 0 deletions

3
.flake8 Normal file
View File

@ -0,0 +1,3 @@
[flake8]
max-line-length = 88
extend-ignore = E203

1
.gitignore vendored
View File

@ -87,6 +87,7 @@
{arch}
build
.cache
.dir-locals.el
.msg
.rebase-*
*~

2
.isort.cfg Normal file
View File

@ -0,0 +1,2 @@
[settings]
profile = black

View File

@ -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