mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-17 13:59:46 +08:00
run black over stubs, add checking to travis
This commit is contained in:
@@ -12,6 +12,10 @@ jobs:
|
||||
script: |
|
||||
set -e
|
||||
pytest
|
||||
- name: "Lint with black"
|
||||
python: 3.7
|
||||
script: |
|
||||
black --check --line-length=130 django-stubs/ django-stubs-generated/
|
||||
|
||||
before_install: |
|
||||
# Upgrade pip, setuptools, and wheel
|
||||
|
||||
Reference in New Issue
Block a user