Skip to content

Commit f34682d

Browse files
committed
build(deps): Add flake8-comprehensions
See also: https://github.com/adamchainz/flake8-comprehensions
1 parent 61dec71 commit f34682d

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

poetry.lock

Lines changed: 17 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
@@ -79,6 +79,7 @@ isort = "*"
7979
### Lint ###
8080
flake8 = "*"
8181
flake8-bugbear = "^22.8.23"
82+
flake8-comprehensions = "*"
8283
mypy = "*"
8384

8485
[tool.poetry.extras]
@@ -99,7 +100,7 @@ docs = [
99100
test = ["pytest", "pytest-rerunfailures", "pytest-mock", "pytest-watcher"]
100101
coverage = ["codecov", "coverage", "pytest-cov"]
101102
format = ["black", "isort"]
102-
lint = ["flake8", "flake8-bugbear", "mypy"]
103+
lint = ["flake8", "flake8-bugbear", "flake8-comprehensions", "mypy"]
103104

104105
[tool.mypy]
105106
strict = true

0 commit comments

Comments
 (0)