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 11fda6f commit 673e74cCopy full SHA for 673e74c
.github/workflows/lint.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip
27
- pip install --upgrade pylint black mypy voluptuous-stubs chardet==3.0.4 types-requests types-maxminddb
+ pip install --upgrade pylint black maxminddb mypy voluptuous-stubs chardet==3.0.4 types-requests
28
29
- name: Install
30
run: python setup.py install
0 commit comments