We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c401596 commit fcbf21fCopy full SHA for fcbf21f
1 file changed
.github/workflows/lint.yml
@@ -23,16 +23,13 @@ jobs:
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
26
- pip install ruff mypy pylint tld types-redis types-requests python-dateutil
+ pip install ruff tld types-redis types-requests python-dateutil whodap
27
28
- name: Run ruff format check
29
- run: ruff format --check *.py whoisdomain/
+ run: ruff format --check whoisdomain/
30
31
- name: Run ruff lint
32
- run: ruff check *.py whoisdomain/
33
-
34
- - name: Run mypy (strict)
35
- run: mypy --strict --no-incremental *.py whoisdomain/
+ run: ruff check whoisdomain/
36
37
test:
38
name: Test on Python ${{ matrix.python-version }}
0 commit comments