We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3f1a71 + 30c8d46 commit 760872aCopy full SHA for 760872a
code_annotations/__init__.py
@@ -4,4 +4,4 @@
4
5
from __future__ import absolute_import, unicode_literals
6
7
-__version__ = '0.2.1'
+__version__ = '0.2.2'
code_annotations/find_django.py
@@ -73,8 +73,8 @@ def seed_safelist(self):
73
# fake_app_2.FakeModel2:
74
# ".. choice_annotation::": foo, bar, baz
75
76
- """
77
- safelist_file.write(safelist_comment.strip())
+"""
+ safelist_file.write(safelist_comment.lstrip())
78
yaml_ordered_dump(safelist_data, stream=safelist_file, default_flow_style=False)
79
80
self.echo('Successfully created safelist file "{}".'.format(self.config.safelist_path), fg='red')
0 commit comments