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 b215732 commit 5464750
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
- name: Run and fix formatting
run: |
black --line-length 88 .
#black --line-length 88 .
black --line-length 88 --no-cache setDNS.py
isort .
echo “继续”
flake8 --max-line-length=88 .
# 提交修复的代码
Expand Down

0 comments on commit 5464750

Please sign in to comment.