Skip to content

Commit

Permalink
chore: bump ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Gu1nness committed Nov 5, 2024
1 parent b0fc9a2 commit 7e4cc72
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
39 changes: 20 additions & 19 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@ pyOpenSSL = "^24.2.1"

[tool.poetry.group.dev.dependencies]
pre-commit = "^4.0.1"
ruff = "^0.4.5"
ruff = "^0.7.2"

[tool.poetry.group.format]
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.4.5"
ruff = "^0.7.2"

[tool.poetry.group.lint]
optional = true

[tool.poetry.group.lint.dependencies]
ruff = "^0.4.5"
ruff = "^0.7.2"
codespell = "^2.2.6"
shellcheck-py = "^0.10.0.1"

Expand Down

0 comments on commit 7e4cc72

Please sign in to comment.