File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 66
77# devcontainer-python
88
9+
910## Linters & tools
1011
1112> Linters are programs that advise about code quality by displaying warnings and errors.
1213
1314By default, the following linters and tools are installed and configured:
1415
16+ - [ Flake8] ( https://github.com/pycqa/flake8/ )
1517- [ Mypy] ( https://mypy.readthedocs.io/en/stable/ )
1618- [ Pylama] ( https://klen.github.io/pylama/ )
1719- [ Pylint] ( https://pylint.pycqa.org/en/latest/ )
@@ -22,7 +24,7 @@ Don't hesitate to share with me your own configuration.
2224
2325## VSCode extensions
2426
25- The following extension is recommanded:
27+ The following extensions are recommanded:
2628
2729- [ AutoDocstring - Python Docstring Generator] ( https://marketplace.visualstudio.com/items?itemName=njpwerner.autodocstring )
2830- [ Prettify JSON] ( https://marketplace.visualstudio.com/items?itemName=mohsen1.prettify-json )
You can’t perform that action at this time.
0 commit comments