Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#761)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 14, 2023
1 parent 9cefa6a commit 8b7ea20
Show file tree
Hide file tree
Showing 33 changed files with 2 additions and 34 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/PyCQA/autoflake
rev: v2.0.0
rev: v2.0.1
hooks:
- id: autoflake
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
Expand All @@ -20,7 +20,7 @@ repos:
exclude: ^docs/.*|.*.md

- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black
language_version: python3
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = [
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0002_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@


class Migration(migrations.Migration):

dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
("sample", "0001_initial"),
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0003_book_created_at.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample", "0002_library"),
]
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0004_auto_20191122_0848.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample", "0003_book_created_at"),
]
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0005_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample", "0004_auto_20191122_0848"),
]
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0006_assignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample_company", "0001_initial"),
("sample_assignment", "0001_initial"),
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0007_auto_20200829_0213.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample", "0006_assignment"),
]
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0008_page_created_at.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample", "0007_auto_20200829_0213"),
]
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0009_auto_20210407_1546.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample", "0008_page_created_at"),
]
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0010_furniture_house_room.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample", "0009_auto_20210407_1546"),
]
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0011_auto_20210414_1744.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample", "0010_furniture_house_room"),
]
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0012_backcover_cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample", "0011_auto_20210414_1744"),
]
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0013_edition.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample", "0012_backcover_cover"),
]
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0014_auto_20210422_1449.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample", "0013_edition"),
]
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0015_auto_20210423_0935.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample", "0014_auto_20210422_1449"),
]
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0016_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample", "0015_auto_20210423_0935"),
]
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0017_auto_20210624_1117.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample", "0016_product"),
]
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0018_auto_20210628_2301.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample", "0017_auto_20210624_1117"),
]
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0019_saletag_sale_tag_unique_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample", "0018_auto_20210628_2301"),
]
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0020_auto_20210717_2230.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample", "0019_saletag_sale_tag_unique_name"),
]
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0021_book_custom_slug.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample", "0020_auto_20210717_2230"),
]
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0022_ending_sentence.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample", "0021_book_custom_slug"),
]
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0023_alter_edition_book.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample", "0022_ending_sentence"),
]
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0024_alter_edition_book.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample", "0023_alter_edition_book"),
]
Expand Down
1 change: 0 additions & 1 deletion sample/migrations/0025_auto_20221029_0402.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample", "0024_alter_edition_book"),
]
Expand Down
1 change: 0 additions & 1 deletion sample_assignment/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = []
Expand Down
1 change: 0 additions & 1 deletion sample_assignment/migrations/0002_alter_contract_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample_assignment", "0001_initial"),
]
Expand Down
1 change: 0 additions & 1 deletion sample_company/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = []
Expand Down
1 change: 0 additions & 1 deletion sample_company/migrations/0002_alter_companydepot_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample_company", "0001_initial"),
]
Expand Down
1 change: 0 additions & 1 deletion sample_driver/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = []
Expand Down
1 change: 0 additions & 1 deletion sample_driver/migrations/0002_alter_driver_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample_driver", "0001_initial"),
]
Expand Down
1 change: 0 additions & 1 deletion sample_driver/migrations/0003_driverflag_driver_flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("sample_driver", "0002_alter_driver_id"),
]
Expand Down

0 comments on commit 8b7ea20

Please sign in to comment.