From ef7a0d9ec66335d4845fb20bb1c1b284eb68b929 Mon Sep 17 00:00:00 2001 From: Sinspired <63581268+sinspired@users.noreply.github.com> Date: Sat, 7 Dec 2024 10:38:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20update=5Fhosts.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update_hosts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update_hosts.yml b/.github/workflows/update_hosts.yml index bbc865c..e10046b 100644 --- a/.github/workflows/update_hosts.yml +++ b/.github/workflows/update_hosts.yml @@ -35,6 +35,7 @@ jobs: - name: Run and fix formatting run: | black --line-length 88 . + black --verbose --line-length 88 setDNS.py isort . flake8 --max-line-length=88 .