Skip to content

Commit 25591e3

Browse files
committed
build(deps): Add flake8-bugbear
See also: https://github.com/PyCQA/flake8-bugbear
1 parent 66b9e3d commit 25591e3

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

poetry.lock

Lines changed: 20 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ isort = "*"
8585

8686
### Lint ###
8787
flake8 = "*"
88+
flake8-bugbear = "^22.8.23"
8889
mypy = "*"
8990
types-colorama = "^0.4.15"
9091
types-docutils = "^0.19.0"
@@ -109,7 +110,7 @@ docs = [
109110
test = ["pytest", "pytest-rerunfailures", "pytest-mock", "pytest-watcher"]
110111
coverage = ["codecov", "coverage", "pytest-cov"]
111112
format = ["black", "isort"]
112-
lint = ["flake8", "mypy", "types-colorama", "types-docutils"]
113+
lint = ["flake8", "flake8-bugbear", "mypy", "types-colorama", "types-docutils"]
113114

114115
[build-system]
115116
requires = ["poetry_core>=1.0.0"]

0 commit comments

Comments
 (0)