Skip to content

Commit e1b61fc

Browse files
dependabot[bot]mikix
authored andcommitted
build(deps): update ruff requirement from <0.6 to <0.8
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.0.18...0.7.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d418d96 commit e1b61fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.5.5 # keep in rough sync with pyproject.toml
3+
rev: v0.7.2 # keep in rough sync with pyproject.toml
44
hooks:
55
- name: Ruff formatting
66
id: ruff-format

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dev = [
5454
"pre-commit",
5555
# Ruff is using minor versions for breaking changes until their 1.0 release.
5656
# See https://docs.astral.sh/ruff/versioning/
57-
"ruff < 0.6", # keep in rough sync with pre-commit-config.yaml
57+
"ruff < 0.8", # keep in rough sync with pre-commit-config.yaml
5858
]
5959

6060
[project.urls]

0 commit comments

Comments
 (0)