ruff/crates/ruff_linter
Sven Hager 73049df3ed
Implement the pylint rule PLW1514 (unspecified-encoding) (#7939)
## Summary

Implemented the pylint rule W1514 ( unspecified-encoding).
See also:
https://pylint.readthedocs.io/en/latest/user_guide/messages/warning/unspecified-encoding.html


## Test Plan

Tested it with the submitted test case.
Additionally, we tested the new ruff rule (PLW1514) on our proprietary
Python code base.
2023-10-17 03:49:48 +00:00
..
resources/test Implement the pylint rule PLW1514 (unspecified-encoding) (#7939) 2023-10-17 03:49:48 +00:00
src Implement the pylint rule PLW1514 (unspecified-encoding) (#7939) 2023-10-17 03:49:48 +00:00
Cargo.toml Bump version to 0.1.0 (#7931) 2023-10-16 13:06:48 -05:00