ruff/crates/ruff_linter
Edouard Choinière bee498d635
[flake8-use-pathlib] Fix typo in link to Path.stat (PTH116) (#13546)
## Summary

<!-- What's the purpose of the change? What does it do, and why? -->

There was a typo in the links of the docs of PTH116, where Path.stat
used to link to Path.group.
Another rule, PTH202, does it correctly: 

ec72e675d9/crates/ruff_linter/src/rules/flake8_use_pathlib/rules/os_path_getsize.rs (L33)

This PR only fixes a one word typo.

## Test Plan

<!-- How was it tested? -->
I did not test that the doc generation framework picked up these
changes, I assume it will do it successfully.
2024-09-28 12:01:41 -04:00
..
resources Do not offer an invalid fix for PLR1716 when the comparisons contain parenthesis (#13527) 2024-09-26 19:01:06 +00:00
src [flake8-use-pathlib] Fix typo in link to Path.stat (PTH116) (#13546) 2024-09-28 12:01:41 -04:00
__init__.py [pylint] (Re-)Implement import-private-name (C2701) (#9553) 2024-01-16 14:03:11 -05:00
Cargo.toml Bump version to 0.6.8 (#13522) 2024-09-26 14:09:03 +02:00