Skip to content

Commit 001c79b

Browse files
committed
chore: update ruff
1 parent 36130c9 commit 001c79b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ repos:
33
- id: ruff
44
name: ruff-lint
55
repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: v0.5.1
6+
rev: v0.5.2
77

88
- hooks:
99
- id: ruff-format
1010
name: ruff-format
1111
args: [--check]
1212
repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.5.1
13+
rev: v0.5.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ optional = true
2121
pytest = "^8.0.0"
2222
pytest-cov = "^4.1.0"
2323
coverage = "^7.4.1"
24-
ruff = "0.5.1"
24+
ruff = "0.5.2"
2525
pre-commit = "^3.7.1"
2626

2727

0 commit comments

Comments
 (0)