ruff/crates/ruff_linter
KotlinIsland 3daf6e1b6d
(🐞) Add the missing period in error message (#9485)
<!--
Thank you for contributing to Ruff! To help us out with reviewing,
please consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->

## Summary

<!-- What's the purpose of the change? What does it do, and why? -->
I noticed that there should be a missing period added to some of the new
error messages for Unnecessary dunder call:
```
sandpit\test.py:6:16: PLC2801 Unnecessary dunder call to `__getattribute__`. Access attribute directly or use getattr built-in function..
```
## Test Plan

Static analysis of the implementation, as this has no existing test
cases.
2024-01-11 23:43:46 -05:00
..
resources/test Account for possibly-empty f-string values in truthiness logic (#9484) 2024-01-11 21:16:19 -05:00
src (🐞) Add the missing period in error message (#9485) 2024-01-11 23:43:46 -05:00
Cargo.toml Remove unreachable-code feature (#9463) 2024-01-11 20:24:57 -05:00