Skip to content

Commit dd9238d

Browse files
committed
chore: Move dev dependency into the correct section
1 parent d12279e commit dd9238d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ classifiers = [
3232
python = '>=3.9'
3333
flake8 = '*'
3434
classify-imports = '*'
35-
flake8-bugbear = "^24.10.31"
3635

3736
[tool.poetry.dev-dependencies]
3837
pytest = '*'
@@ -44,6 +43,9 @@ pytest-flake8-path = '*'
4443
[tool.poetry.plugins.'flake8.extension']
4544
TC = 'flake8_type_checking.plugin:Plugin'
4645

46+
[tool.poetry.group.dev.dependencies]
47+
flake8-bugbear = "^24.10.31"
48+
4749
[build-system]
4850
requires = ['poetry-core>=1.0.0']
4951
build-backend = 'poetry.core.masonry.api'

0 commit comments

Comments
 (0)