Skip to content

Commit

Permalink
Merge pull request #23 from ZeroGachis/task/remove-flake8-pyprojet-fr…
Browse files Browse the repository at this point in the history
…om-dev-dependency

Move flake8-pyprojet to dev dependencies
  • Loading branch information
ducdetronquito authored Jan 10, 2024
2 parents e96e490 + a1b15a4 commit ea301a7
Show file tree
Hide file tree
Showing 2 changed files with 2 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.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ repository = "https://github.com/ZeroGachis/magicparse"

[tool.poetry.dependencies]
python = "^3.9"
flake8-pyproject = "~1.2.3"

[tool.poetry.group.dev.dependencies]
black = "^23.12.1"
flake8 = "^6.1.0"
pytest = "^7.4.4"
awscli = "~1"
flake8-pyproject = "~1.2.3"

[build-system]
requires = ["poetry-core>=1.2.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
Expand Down

0 comments on commit ea301a7

Please sign in to comment.