mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 12:14:28 +08:00
Bump isort, use --diff (#164)
* dev-requirements: bump isort: 4.3.4 => 4.3.21 * isort: use --diff * known_first_party = mypy_django_plugin * Run isort
This commit is contained in:
committed by
Maxim Kurnikov
parent
a85dbff793
commit
afcd0d9293
@@ -30,7 +30,7 @@ jobs:
|
||||
|
||||
- name: Lint plugin code with isort
|
||||
python: 3.7
|
||||
script: 'isort --check'
|
||||
script: 'isort --check --diff'
|
||||
|
||||
before_install: |
|
||||
sudo apt update
|
||||
|
||||
Reference in New Issue
Block a user