Skip to content

Commit 2e873fe

Browse files
chore(pre-commit): update ruff to v0.2.1
1 parent 39bd41c commit 2e873fe

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.1.6
3+
rev: v0.2.1
44
hooks:
55
- id: ruff
66
- id: ruff-format

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
mypy==1.0.1
55
nox
6-
ruff==0.1.6
6+
ruff==0.2.1

0 commit comments

Comments
 (0)