Skip to content

Commit a02ef03

Browse files
committed
build(deps): Add flake8-bugbear
See also: https://github.com/PyCQA/flake8-bugbear
1 parent 8108a95 commit a02ef03

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
@@ -91,6 +91,7 @@ isort = "*"
9191

9292
### Lint ###
9393
flake8 = "*"
94+
flake8-bugbear = "^22.8.23"
9495
mypy = "*"
9596

9697
[tool.poetry.extras]
@@ -111,7 +112,7 @@ docs = [
111112
test = ["pytest", "pytest-rerunfailures", "pytest-watcher"]
112113
coverage = ["codecov", "coverage", "pytest-cov"]
113114
format = ["black", "isort"]
114-
lint = ["flake8", "mypy"]
115+
lint = ["flake8", "flake8-bugbear", "mypy"]
115116

116117
[build-system]
117118
requires = ["poetry_core>=1.0.0", "setuptools>50"]

0 commit comments

Comments
 (0)