Skip to content

Commit 04657c6

Browse files
Update ruff version
1 parent d81dd04 commit 04657c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
args: ["--branch", "main"]
1515
- id: trailing-whitespace
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.5.4
17+
rev: v0.5.5
1818
hooks:
1919
- id: ruff
2020
types_or: [

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ norecursedirs = docs
3838
basepython = {[base]python}
3939
skip_install = {[base]skip_install}
4040
deps =
41-
ruff>=0.5.4,<0.6
41+
ruff>=0.5.5,<0.6
4242
commands = ruff check --config pyproject.toml .
4343
ruff format --config pyproject.toml .
4444

0 commit comments

Comments
 (0)