fixes for python lsp

This commit is contained in:
Noah Masur
2022-12-11 09:52:32 -07:00
parent e011a1c6f1
commit adb7956213
4 changed files with 4 additions and 184 deletions

2
templates/python/.flake8 Normal file
View File

@ -0,0 +1,2 @@
max-line-length = 88
extend-ignore = E203