Skip to content

Commit 1c9a4d0

Browse files
authored
remove unused flake8 plugins from documentation
Signed-off-by: GitHub <noreply@github.com>
1 parent 4b993de commit 1c9a4d0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,7 @@ It is run by calling `flake8` in the project root.
5353

5454
#### Plugin List:
5555

56-
- `flake8-annotations`: Checks your code for the presence of [type-hints](https://docs.python.org/3/library/typing.html).
57-
- `flake8-bandit`: Checks for common security breaches.
5856
- `flake8-docstring`: Checks that you properly documented your code.
59-
- `flake8-isort`: Makes sure you ran ISort on the project.
6057

6158
### ISort: automatic import sorting
6259

0 commit comments

Comments
 (0)