Skip to content

Commit 2644d0a

Browse files
authored
Bump pyrefly to 0.42.1 and remove 'sed' workaround. (#1145)
1 parent b074c9e commit 2644d0a

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,4 @@ jobs:
4646
- name: Run pre-commit
4747
run: |
4848
source .venv/bin/activate
49-
# TODO(rchen152): Delete this when warnings do not cause failures
50-
sed -i '/search-path/d' pyproject.toml
5149
pre-commit run --all-files

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.14.2 pyrefly==0.42.0
12+
pip install ruff==0.14.2 pyrefly==0.42.1
1313
exit 0
1414
fi
1515

0 commit comments

Comments
 (0)