We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955a811 commit e5f34dbCopy full SHA for e5f34db
.github/workflows/quick-test.yml
@@ -23,7 +23,7 @@ jobs:
23
run: python3 ./devscripts/make_lazy_extractors.py
24
- name: Run ruff
25
run: ruff check --output-format github .
26
- - name: Run autopep8
27
- run: autopep8 --diff .
+ - name: Run pycodestyle
+ run: pycodestyle yt_dlp/extractor/bilibili.py --select=E231
28
- name: Check file mode
29
run: git ls-files --format="%(objectmode) %(path)" yt_dlp/ | ( ! grep -v "^100644" )
0 commit comments