Skip to content

Commit

Permalink
更新 update_hosts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinspired authored Dec 7, 2024
1 parent 116ab40 commit eaffd03
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/update_hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,9 @@ jobs:
- name: Run and fix formatting
run: |
rm -rf ~/.cache/black/*
#black --line-length 88 .
black --line-length 88 setDNS.py
black --line-length 88 .
isort .
echo “继续”
flake8 --max-line-length=88 .
flake8 --ignore=E501 .
# 提交修复的代码
- name: Commit and push fixes
Expand Down

0 comments on commit eaffd03

Please sign in to comment.