Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

D302 and unicode_literals #113

@max-arnold

Description

@max-arnold

If a file contains the following header

# -*- coding: utf-8 -*-
from __future__ import unicode_literals

pep257 tool still warns D302 Use u""" for docstrings with Unicode on unicode docstrings. Maybe I'm missing something, but this is probably a bug.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions