mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-26 03:27:15 +08:00
Updates deps, adds mypy@0.920 compat, adds dependabot
This commit is contained in:
@@ -13,12 +13,12 @@ repos:
|
||||
- id: check-merge-conflict
|
||||
- id: end-of-file-fixer
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v2.20.0
|
||||
rev: v2.29.1
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: ["--py36-plus"]
|
||||
- repo: https://github.com/pre-commit/mirrors-isort
|
||||
rev: v5.9.1
|
||||
rev: v5.9.3
|
||||
hooks:
|
||||
- id: isort
|
||||
name: isort (python)
|
||||
@@ -28,7 +28,7 @@ repos:
|
||||
types: [pyi]
|
||||
args: ["--profile", "black"]
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 21.6b0
|
||||
rev: 21.12b0
|
||||
hooks:
|
||||
- id: black
|
||||
- repo: https://gitlab.com/pycqa/flake8
|
||||
|
||||
Reference in New Issue
Block a user