Skip to content

Commit 2ebc5ae

Browse files
authored
Adding redbaron-missing-comma-string-collection
1 parent 9988320 commit 2ebc5ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ Feel free to contribute! Happy to receive PRs.
3131
[https://github.com/PyCQA/flake8-bugbear](https://github.com/PyCQA/flake8-bugbear)
3232
* vulture - Find dead code:
3333
[https://pypi.python.org/pypi/vulture](https://pypi.python.org/pypi/vulture)
34-
* pydiatra - Yet another static checker for Python code [http://jwilk.net/software/pydiatra](http://jwilk.net/software/pydiatra)
34+
* pydiatra - Yet another static checker for Python code:
35+
[http://jwilk.net/software/pydiatra](http://jwilk.net/software/pydiatra)
36+
* redbaron-missing-comma-string-collection - Warns about missing commas in Python string collections:
37+
[https://github.com/razzius/redbaron-missing-comma-string-collection](https://github.com/razzius/redbaron-missing-comma-string-collection)
3538
* Typing:
3639
* mypy - Mypy is an experimental optional static type checker for Python that aims to combine the benefits of dynamic (or "duck") typing and static typing. Has type inference capabilities. Maybe it's the future of Python for larger projects:
3740
[http://mypy-lang.org/](http://mypy-lang.org/)

0 commit comments

Comments
 (0)