mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-04-19 06:31:14 +00:00
[pre-commit.ci] pre-commit autoupdate (#316)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.1.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
ae5698e9bf
commit
6047a9c486
4 changed files with 1 additions and 4 deletions
|
|
@ -10,7 +10,7 @@ repos:
|
|||
- id: mixed-line-ending
|
||||
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 22.12.0
|
||||
rev: 23.1.0
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ except ImportError:
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('eav', '0002_add_entity_ct_field'),
|
||||
]
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ from django.db import migrations, models
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('eav', '0003_auto_20210404_2209'),
|
||||
]
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ import eav.fields
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('eav', '0004_alter_value_value_bool'),
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue