diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index def86c6..4c1a6e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,15 +18,15 @@ repos: args: - --remove - repo: https://github.com/PyCQA/isort - rev: "5.11.4" + rev: "5.12.0" hooks: - id: isort - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 - rev: 3.9.2 + rev: 5.0.4 hooks: - id: flake8 additional_dependencies: diff --git a/tests/test_utils/example1/data/django_0001_initial.py b/tests/test_utils/example1/data/django_0001_initial.py index e594b02..518ee96 100644 --- a/tests/test_utils/example1/data/django_0001_initial.py +++ b/tests/test_utils/example1/data/django_0001_initial.py @@ -2,7 +2,6 @@ class Migration(migrations.Migration): - dependencies = [] operations = [ diff --git a/tests/test_utils/example1/data/django_0001_partial.py b/tests/test_utils/example1/data/django_0001_partial.py index d0f1dbe..0a80f6f 100644 --- a/tests/test_utils/example1/data/django_0001_partial.py +++ b/tests/test_utils/example1/data/django_0001_partial.py @@ -2,7 +2,6 @@ class Migration(migrations.Migration): - initial = True dependencies = []