Skip to content

Commit faf1cfe

Browse files
authored
Upgrade ruff==0.14.0 (#889)
1 parent 9eff4d9 commit faf1cfe

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
@@ -20,7 +20,7 @@ repos:
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
2222
# Ruff version.
23-
rev: v0.13.3
23+
rev: v0.14.0
2424
hooks:
2525
# Run the linter.
2626
- id: ruff

lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fi
99
if [ "$ACTION" = "install" ];
1010
then
1111
set -ex
12-
pip install ruff==0.13.3 pyright==1.1.406
12+
pip install ruff==0.14.0 pyright==1.1.406
1313
exit 0
1414
fi
1515

0 commit comments

Comments
 (0)