Skip to content

Commit

Permalink
chore: Move dev dependency into the correct section
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball committed Dec 17, 2024
1 parent d12279e commit dd9238d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ classifiers = [
python = '>=3.9'
flake8 = '*'
classify-imports = '*'
flake8-bugbear = "^24.10.31"

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

[tool.poetry.group.dev.dependencies]
flake8-bugbear = "^24.10.31"

[build-system]
requires = ['poetry-core>=1.0.0']
build-backend = 'poetry.core.masonry.api'
Expand Down

0 comments on commit dd9238d

Please sign in to comment.