ruff/crates/ruff/tests
Charlie Marsh 80ade591df
Ignore unused arguments on stub functions (#12966)
## Summary

We already enforce this logic for the other `ARG` rules. I'm guessing
this was an oversight.

Closes https://github.com/astral-sh/ruff/issues/12963.
2024-08-18 19:21:33 -04:00
..
snapshots Stabilize support for Jupyter Notebooks (#12878) 2024-08-14 18:15:45 +02:00
config.rs Add `--output-format` to `ruff config` CLI (#11438) 2024-05-15 22:17:33 -04:00
deprecation.rs Remove output format `text` and use format `full` by default (#12010) 2024-06-27 13:44:11 +02:00
format.rs Error when using the `tab-size` option (#12006) 2024-06-27 13:44:11 +02:00
integration_test.rs Omit code frames for fixes with empty ranges (#12304) 2024-07-12 15:21:28 +00:00
lint.rs Ignore unused arguments on stub functions (#12966) 2024-08-18 19:21:33 -04:00
resolve_files.rs Deduplicate deprecation warnings for v0.2.0 release (#9764) 2024-02-01 17:10:24 -06:00
show_settings.rs Make show-settings filters directory-agnostic (#9866) 2024-02-07 03:20:27 +00:00
version.rs Make `--config` and `--isolated` global flags (#10150) 2024-03-04 11:19:40 +00:00