From bcb1e6ba2002e421c0f161fa0e4f7b95252527e9 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Sun, 15 Jan 2023 22:43:25 -0500 Subject: [PATCH] Add flake8-commas to the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3f131e3e35..d7a93e3926 100644 --- a/README.md +++ b/README.md @@ -1424,6 +1424,7 @@ natively, including: - [`flake8-boolean-trap`](https://pypi.org/project/flake8-boolean-trap/) - [`flake8-bugbear`](https://pypi.org/project/flake8-bugbear/) - [`flake8-builtins`](https://pypi.org/project/flake8-builtins/) +- [`flake8-commas`](https://pypi.org/project/flake8-commas/) - [`flake8-comprehensions`](https://pypi.org/project/flake8-comprehensions/) - [`flake8-datetimez`](https://pypi.org/project/flake8-datetimez/) - [`flake8-debugger`](https://pypi.org/project/flake8-debugger/) @@ -1489,6 +1490,7 @@ Today, Ruff can be used to replace Flake8 when used with any of the following pl - [`flake8-boolean-trap`](https://pypi.org/project/flake8-boolean-trap/) - [`flake8-bugbear`](https://pypi.org/project/flake8-bugbear/) - [`flake8-builtins`](https://pypi.org/project/flake8-builtins/) +- [`flake8-commas`](https://pypi.org/project/flake8-commas/) - [`flake8-comprehensions`](https://pypi.org/project/flake8-comprehensions/) - [`flake8-datetimez`](https://pypi.org/project/flake8-datetimez/) - [`flake8-debugger`](https://pypi.org/project/flake8-debugger/)