ruff/crates/ruff_workspace/src
Auguste Lalande c746912b9e
[pycodestyle] Implement redundant-backslash (E502) (#10292)
## Summary

Implements the
[redundant-backslash](https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes)
rule (E502) from pycodestyle.

## Test Plan

New fixture has been added

Part of #2402
2024-03-11 21:15:06 -04:00
..
configuration.rs Accept a PEP 440 version specifier for required-version (#10216) 2024-03-03 18:43:49 -05:00
lib.rs Add most formatter options to ruff.toml / pyproject.toml (#7566) 2023-09-22 15:47:57 +00:00
options.rs Accept a PEP 440 version specifier for required-version (#10216) 2024-03-03 18:43:49 -05:00
options_base.rs Add deprecation message for top-level lint settings (#9582) 2024-02-01 13:35:02 -06:00
pyproject.rs [pycodestyle] Implement redundant-backslash (E502) (#10292) 2024-03-11 21:15:06 -04:00
resolver.rs Allow arbitrary configuration options to be overridden via the CLI (#9599) 2024-02-09 21:56:37 +00:00
settings.rs Remove build from the default exclusion list (#10093) 2024-02-28 16:30:38 +00:00