Skip to content

Commit e24cc28

Browse files
authored
Update README.md
1 parent 2c20fd4 commit e24cc28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
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
1314
By 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)

0 commit comments

Comments
 (0)