Skip to content

Commit

Permalink
chore(deps-dev): Bump ruff from 0.7.2 to 0.8.3 (#746)
Browse files Browse the repository at this point in the history
* chore(deps-dev): Bump ruff from 0.7.2 to 0.8.3

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.2 to 0.8.3.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.7.2...0.8.3)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: rename ruff rule TCH003 TC003

Ruff v0.8.0 renamed TCH rules to TC rules. See
https://github.com/astral-sh/ruff/releases/tag/0.8.0

Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Will Murphy <willmurphyscode@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and willmurphyscode authored Dec 13, 2024
1 parent 0bbbab0 commit 261e727
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 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 @@ -77,7 +77,7 @@ types-requests = "^2.28.11.7"
mypy = "^1.1"
radon = ">=5.1,<7.0"
dunamai = "^1.15.0"
ruff = ">=0.5.1,<0.7.3"
ruff = ">=0.5.1,<0.8.4"
yardstick = {git = "https://github.com/anchore/yardstick", rev = "v0.10.0"}
# yardstick = {path = "../yardstick", develop=true }
tabulate = "0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion src/vunnel/workspace.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

import datetime # noqa: TCH003
import datetime # noqa: TC003
import logging
import os
import shutil
Expand Down

0 comments on commit 261e727

Please sign in to comment.