Skip to content

Commit 63bbaa0

Browse files
authored
remove flake8 plugins
Signed-off-by: GitHub <noreply@github.com>
1 parent bb83538 commit 63bbaa0

4 files changed

Lines changed: 0 additions & 12 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,4 @@ repos:
2828
hooks:
2929
- id: flake8
3030
additional_dependencies:
31-
- flake8-annotations~=2.0
32-
- flake8-bandit~=2.1
3331
- flake8-docstrings~=1.5
34-
- flake8-isort~=4.0

dev-requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@ isort~=5.9
88
pre-commit~=2.13.0
99

1010
# Flake8 plugins, see https://github.com/python-discord/code-jam-template/tree/main#plugin-list
11-
flake8-annotations~=2.0
12-
flake8-bandit~=2.1
1311
flake8-docstrings~=1.5
14-
flake8-isort~=4.0

samples/Pipfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ isort = "~=5.9"
1212
pre-commit = "~=2.13.0"
1313

1414
# Flake8 plugins, see https://github.com/python-discord/code-jam-template/tree/main#plugin-list
15-
flake8-annotations = "~=2.0"
16-
flake8-bandit = "~=2.1"
1715
flake8-docstrings = "~=1.5"
18-
flake8-isort = "~=4.0"
1916

2017
[requires]
2118
python_version = "3.9"

samples/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ isort = "~5.9"
1515
pre-commit = "~2.13.0"
1616

1717
# Flake8 plugins, see https://github.com/python-discord/code-jam-template/tree/main#plugin-list
18-
flake8-annotations = "~2.0"
19-
flake8-bandit = "~2.1"
2018
flake8-docstrings = "~1.5"
21-
flake8-isort = "~4.0"
2219

2320

2421
[build-system]

0 commit comments

Comments
 (0)