Skip to content

Commit

Permalink
Bump ruff from 0.3.7 to 0.4.0 in /cluster_tools (#1047)
Browse files Browse the repository at this point in the history
* Bump ruff from 0.3.7 to 0.4.0 in /cluster_tools

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.7 to 0.4.0.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.3.7...v0.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* update to ruff v0.4.0

* updated changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Herold <[email protected]>
  • Loading branch information
dependabot[bot] and hotzenklotz authored Apr 19, 2024
1 parent 98df319 commit f902584
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 42 deletions.
1 change: 1 addition & 0 deletions cluster_tools/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ For upgrade instructions, please check the respective *Breaking Changes* section
### Added

### Changed
- Updated ruff to v0.4.0 [1047](https://github.com/scalableminds/webknossos-libs/pull/1047)

### Fixed

Expand Down
38 changes: 19 additions & 19 deletions cluster_tools/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 cluster_tools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ typing-extensions = "^4.4.0"
icecream = "^2.1.1"
mypy = "^1.0.0"
pytest = "^7.2.1"
ruff = "^0.3.4"
ruff = "^0.4.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
1 change: 1 addition & 0 deletions webknossos/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
### Added

### Changed
- Updated ruff to v0.4.0 [1047](https://github.com/scalableminds/webknossos-libs/pull/1047)

### Fixed

Expand Down
42 changes: 21 additions & 21 deletions webknossos/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 webknossos/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pytest-sugar = "^0.9.4"
pytest-timeout = "^2.1.0"
pytest-timestamper = "^0.0.9"
types-python-dateutil = "^0.1.6"
ruff = "^0.3.2"
ruff = "^0.4.0"

[tool.poetry.group.examples]
optional = true
Expand Down

0 comments on commit f902584

Please sign in to comment.