Skip to content

Commit

Permalink
chore: [dev] replace pylint, flake8, black with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
0hsn committed Dec 27, 2024
1 parent e406437 commit 4340df3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 194 deletions.
214 changes: 23 additions & 191 deletions poetry.lock

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

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,10 @@ jinja2 = "^3.1.4"
[tool.poetry.group.test.dependencies]
pytest = "^8.3.4"
mypy = "^1.14.0"
pylint = "^3.3.2"
flake8 = "^7.1.1"
black = "^24.10.0"
icecream = "^2.1.3"
requests-mock = "^1.12.1"
pytest-cov = "^6.0.0"
ruff = "^0.8.4"

[tool.poetry.scripts]
chk = "chk.console.main:chk"
Expand Down

0 comments on commit 4340df3

Please sign in to comment.