Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.
This repository was archived by the owner on May 12, 2025. It is now read-only.

explicitly use encoding in open() #91

Description

@obfusk
  • explicitly use encoding in open()
  • re-enable unspecified-encoding in .pylintrc
apksigcopier/__init__.py:935:9: W1514: Using open without explicitly specifying an encoding (unspecified-encoding)
apksigcopier/__init__.py:942:17: W1514: Using open without explicitly specifying an encoding (unspecified-encoding)
apksigcopier/__init__.py:982:17: W1514: Using open without explicitly specifying an encoding (unspecified-encoding)
apksigcopier/__init__.py:989:21: W1514: Using open without explicitly specifying an encoding (unspecified-encoding)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions