Skip to content

Commit 0c8b408

Browse files
chore(pre-commit): update ruff to v0.1.14
1 parent 6983482 commit 0c8b408

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
@@ -2,7 +2,7 @@ default_stages: [commit]
22

33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.1.12
5+
rev: v0.1.14
66
hooks:
77
- id: ruff
88
- id: ruff-format

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"mypy==1.8.0",
3838
"nox",
3939
"types-setuptools",
40-
"ruff==0.1.12",
40+
"ruff==0.1.14",
4141
],
4242
},
4343
)

0 commit comments

Comments
 (0)