Skip to content

Commit 6de8dc8

Browse files
committed
build(deps): Add flake8-bugbear
See also: https://github.com/PyCQA/flake8-bugbear
1 parent 8161c68 commit 6de8dc8

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

7979
### Lint ###
8080
flake8 = "*"
81+
flake8-bugbear = "^22.8.23"
8182
mypy = "*"
8283

8384
[tool.poetry.extras]
@@ -98,7 +99,7 @@ docs = [
9899
test = ["pytest", "pytest-rerunfailures", "pytest-mock", "pytest-watcher"]
99100
coverage = ["codecov", "coverage", "pytest-cov"]
100101
format = ["black", "isort"]
101-
lint = ["flake8", "mypy"]
102+
lint = ["flake8", "flake8-bugbear", "mypy"]
102103

103104
[tool.mypy]
104105
strict = true

0 commit comments

Comments
 (0)