Skip to content

Commit 298dfde

Browse files
committed
Bump Ruff to v0.5.0
1 parent c45ca52 commit 298dfde

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
args: [--markdown-linebreak-ext=md]
1313

1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.4.10
15+
rev: v0.5.0
1616
hooks:
1717
- id: ruff
1818
- id: ruff-format

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Don't forget to pin your dependencies!
33
# This list will have to be migrated if you wish to use another dependency manager.
44

5-
ruff~=0.4.10
5+
ruff~=0.5.0
66
pre-commit~=3.7.1

samples/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "pypi"
88
[packages]
99

1010
[dev-packages]
11-
ruff = "~=0.4.10"
11+
ruff = "~=0.5.0"
1212
pre-commit = "~=3.7.1"
1313

1414
[requires]

samples/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
python = "3.12.*"
1212

1313
[tool.poetry.dev-dependencies]
14-
ruff = "~0.4.10"
14+
ruff = "~0.5.0"
1515
pre-commit = "~3.7.1"
1616

1717
[build-system]

0 commit comments

Comments
 (0)