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 b074c9e commit 2644d0aCopy full SHA for 2644d0a
2 files changed
.github/workflows/lint.yml
@@ -46,6 +46,4 @@ jobs:
46
- name: Run pre-commit
47
run: |
48
source .venv/bin/activate
49
- # TODO(rchen152): Delete this when warnings do not cause failures
50
- sed -i '/search-path/d' pyproject.toml
51
pre-commit run --all-files
lint.sh
@@ -9,7 +9,7 @@ fi
9
if [ "$ACTION" = "install" ];
10
then
11
set -ex
12
- pip install ruff==0.14.2 pyrefly==0.42.0
+ pip install ruff==0.14.2 pyrefly==0.42.1
13
exit 0
14
fi
15
0 commit comments