We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eff4d9 commit faf1cfeCopy full SHA for faf1cfe
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
# Ruff version.
23
- rev: v0.13.3
+ rev: v0.14.0
24
hooks:
25
# Run the linter.
26
- id: ruff
lint.sh
@@ -9,7 +9,7 @@ fi
9
if [ "$ACTION" = "install" ];
10
then
11
set -ex
12
- pip install ruff==0.13.3 pyright==1.1.406
+ pip install ruff==0.14.0 pyright==1.1.406
13
exit 0
14
fi
15
0 commit comments