Skip to content

Commit e5f34db

Browse files
authored
Test pycodestyle
ci skip
1 parent 955a811 commit e5f34db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quick-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: python3 ./devscripts/make_lazy_extractors.py
2424
- name: Run ruff
2525
run: ruff check --output-format github .
26-
- name: Run autopep8
27-
run: autopep8 --diff .
26+
- name: Run pycodestyle
27+
run: pycodestyle yt_dlp/extractor/bilibili.py --select=E231
2828
- name: Check file mode
2929
run: git ls-files --format="%(objectmode) %(path)" yt_dlp/ | ( ! grep -v "^100644" )

0 commit comments

Comments
 (0)