do not restrict flake8 version

pull/4539/head
Mike Fährmann 1 year ago
parent 05f183d7d4
commit fdcfae347f
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -32,8 +32,7 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install "flake8<4" "importlib-metadata<5"
pip install youtube-dl
pip install flake8 youtube-dl
- name: Install yt-dlp
run: |

@ -1,5 +1,5 @@
[flake8]
exclude = .git,__pycache__,build,dist,archive,test/results
exclude = .git,__pycache__,build,dist,archive,results
ignore = E203,E226,W504
per-file-ignores =
setup.py: E501

Loading…
Cancel
Save