Skip to content

Commit f902584

Browse files
Bump ruff from 0.3.7 to 0.4.0 in /cluster_tools (#1047)
* 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]>
1 parent 98df319 commit f902584

File tree

6 files changed

+44
-42
lines changed

6 files changed

+44
-42
lines changed

cluster_tools/Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ For upgrade instructions, please check the respective *Breaking Changes* section
1414
### Added
1515

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

1819
### Fixed
1920

cluster_tools/poetry.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cluster_tools/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ typing-extensions = "^4.4.0"
2222
icecream = "^2.1.1"
2323
mypy = "^1.0.0"
2424
pytest = "^7.2.1"
25-
ruff = "^0.3.4"
25+
ruff = "^0.4.0"
2626

2727
[build-system]
2828
requires = ["poetry-core>=1.0.0"]

webknossos/Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
1717
### Added
1818

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

2122
### Fixed
2223

webknossos/poetry.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webknossos/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ pytest-sugar = "^0.9.4"
8989
pytest-timeout = "^2.1.0"
9090
pytest-timestamper = "^0.0.9"
9191
types-python-dateutil = "^0.1.6"
92-
ruff = "^0.3.2"
92+
ruff = "^0.4.0"
9393

9494
[tool.poetry.group.examples]
9595
optional = true

0 commit comments

Comments
 (0)