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 50c20d1 commit c943de6
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 @@ -30,10 +30,11 @@ jobs:

- name: Install formatting tools
run: |
pip install --upgrade black flake8 isort
pip install black flake8 isort
- name: Run and fix formatting
run: |
rm -rf ~/.cache/black/*
#black --line-length 88 .
black --line-length 88 setDNS.py
isort .
Expand Down

0 comments on commit c943de6

Please sign in to comment.