Skip to content

Commit

Permalink
193 remove flake8 dependency (#196)
Browse files Browse the repository at this point in the history
* remove flake8 dependency

* added pre commit to poetry
  • Loading branch information
dudiiiiiiii authored Mar 25, 2024
1 parent 37a3f6a commit 3df5f9f
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 38 deletions.
214 changes: 180 additions & 34 deletions poetry.lock

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

5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ yaptide-converter = "converter.main:main"

[tool.poetry.group.test.dependencies]
pytest = "8.1.1"
flake8 = "7.0.0"
pre-commit = "3.6.2"

[build-system]
requires = ["poetry-core"]
Expand All @@ -33,9 +33,6 @@ build-backend = "poetry.core.masonry.api"
[tool.pycodestyle]
max-line-length = "120"

[tool.flake8]
max-line-length = "120"

[tool.yapf]
based_on_style = "pep8"
column_limit = "120"
Expand Down

0 comments on commit 3df5f9f

Please sign in to comment.