mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-27 12:02:20 +08:00
Fixes CI
This commit is contained in:
@@ -36,11 +36,11 @@ repos:
|
||||
language: system
|
||||
types: [ python ]
|
||||
exclude: "scripts/|django_stubs_ext/"
|
||||
args: [ "--cache-dir=/dev/null", "--no-incremental" ]
|
||||
args: [ "--config=mypy.ini", "--cache-dir=/dev/null", "--no-incremental" ]
|
||||
- id: mypy
|
||||
name: mypy (django_stubs_ext)
|
||||
entry: mypy
|
||||
language: system
|
||||
types: [ python ]
|
||||
files: "django_stubs_ext/|django_stubs_ext/tests/"
|
||||
args: [ "--cache-dir=/dev/null", "--no-incremental", "--strict" ]
|
||||
args: [ "--config=mypy.ini", "--cache-dir=/dev/null", "--no-incremental", "--strict" ]
|
||||
|
||||
Reference in New Issue
Block a user