Skip to content

Commit b5574bc

Browse files
committed
Upgrade Black for blacken-docs
1 parent 4bd0ca9 commit b5574bc

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
hooks:
3434
- id: blacken-docs
3535
additional_dependencies:
36-
- black==22.10.0
36+
- black==23.1.0
3737
- repo: https://github.com/asottile/reorder_python_imports
3838
rev: v3.9.0
3939
hooks:

docs/cache.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ Or as a reversible migration:
407407
408408
409409
class Migration(migrations.Migration):
410-
411410
dependencies = []
412411
413412
operations = [

docs/migration_operations.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ Install Plugin
4444
4545
4646
class Migration(migrations.Migration):
47-
4847
dependencies = []
4948
5049
operations = [
@@ -85,7 +84,6 @@ Install SOName
8584
8685
8786
class Migration(migrations.Migration):
88-
8987
dependencies = []
9088
9189
operations = [
@@ -132,7 +130,6 @@ Alter Storage Engine
132130
133131
134132
class Migration(migrations.Migration):
135-
136133
dependencies = []
137134
138135
operations = [AlterStorageEngine("Pony", from_engine="MyISAM", to_engine="InnoDB")]

0 commit comments

Comments
 (0)