Skip to content

Commit 2c01fe0

Browse files
committed
Update tests for new newline_after_equals hook.
1 parent 28a9e88 commit 2c01fe0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/test_entry_points.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def test_entry_points():
2424
"collections-import-rewrite",
2525
"isort",
2626
"yapf",
27+
"newline_after_equals",
2728
}, hook_names
2829

2930

tests/test_entry_points_/test_entry_points_file.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ collections-import-rewrite: formate.imports:rewrite_collections_abc_imports
22
dynamic_quotes: formate.dynamic_quotes:dynamic_quotes
33
ellipsis_reformat: formate.ellipses:ellipsis_reformat
44
isort: formate:isort_hook
5+
newline_after_equals: formate.mini_hooks:newline_after_equals
56
noqa_reformat: formate.mini_hooks:noqa_reformat
67
reformat-generics: formate.reformat_generics:reformat_generics
78
squish_stubs: formate.mini_hooks:squish_stubs

0 commit comments

Comments
 (0)