linting and formatting added

This commit is contained in:
naman9271 2025-02-15 07:52:38 +05:30
parent 43350bacb9
commit 0cd079ef77
4 changed files with 8 additions and 0 deletions

4
gdbui_server/.flake8 Normal file
View file

@ -0,0 +1,4 @@
[flake8]
max-line-length = 88
max-complexity = 10
exclude = .git,__pycache__,venv

1
gdbui_server/.pylintric Normal file
View file

@ -0,0 +1 @@
pylint --generate-rcfile > .pylintrc

View file

@ -0,0 +1,3 @@
[tool.black]
line-length = 88
target-version = ['py38', 'py39', 'py310']

Binary file not shown.