mirror of
https://github.com/vee1e/GDB-UI.git
synced 2026-09-01 18:57:18 +00:00
linting and formatting added
This commit is contained in:
parent
43350bacb9
commit
0cd079ef77
4 changed files with 8 additions and 0 deletions
4
gdbui_server/.flake8
Normal file
4
gdbui_server/.flake8
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[flake8]
|
||||
max-line-length = 88
|
||||
max-complexity = 10
|
||||
exclude = .git,__pycache__,venv
|
||||
1
gdbui_server/.pylintric
Normal file
1
gdbui_server/.pylintric
Normal file
|
|
@ -0,0 +1 @@
|
|||
pylint --generate-rcfile > .pylintrc
|
||||
3
gdbui_server/pyproject.toml
Normal file
3
gdbui_server/pyproject.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[tool.black]
|
||||
line-length = 88
|
||||
target-version = ['py38', 'py39', 'py310']
|
||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue