mirror of
https://github.com/laurentS/slowapi.git
synced 2026-03-13 09:10:20 +08:00
Correcting command.
This commit is contained in:
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
poetry run mypy .
|
||||
- name: Verify unused imports
|
||||
run: |
|
||||
poetry run flake8 --select F401 slowapi
|
||||
poetry run flake8 --select F401
|
||||
- name: Test with pytest
|
||||
# Wrapped by coverage to generate coverage data
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user