Skip to content

Commit 51282ce

Browse files
authored
build(deps): Add flake8-comprehensions (#409)
2 parents 61dec71 + f712aca commit 51282ce

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ $ pip install --user --upgrade --pre libtmux
2323
### Development
2424

2525
- Add [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) (#408)
26+
- Add [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions) (#409)
2627

2728
### Documentation
2829

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)