Skip to content

Commit

Permalink
update ruff (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuji38kwmt authored Apr 24, 2024
1 parent 5db1327 commit 108c5d5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions 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 @@ -39,7 +39,7 @@ pytest-cov = "*"
# pythonバージョンを指定している理由:lintは開発環境と同じPythonバージョンで実行するため。また古いPythonバージョンにサポートしていないライブラリのバージョンがあるため
mypy = {version="^1", python = ">=3.11"}
pylint = {version="^3", python = ">=3.11"}
ruff = {version="^0.3", python=">=3.11"}
ruff = {version="^0.4", python=">=3.11"}

# typeshed
types-requests = "*"
Expand Down

0 comments on commit 108c5d5

Please sign in to comment.