ruff/crates
Charlie Marsh b6a7787318
Remove `pyproject.toml` from fixtures directory (#8726)
## Summary

This exists to power a test, but it ends up affecting the behavior of
all files in the directory. Namely, it means that these files _aren't_
excluded when you format or lint them directly, since in that case, Ruff
will fall back to looking at the `pyproject.toml` in
`crates/ruff_linter/resources/test/fixtures`, which _doesn't_ exclude
these files, unlike our top-level `pyproject.toml`.
2023-11-16 13:04:52 -05:00
..
flake8_to_ruff Prepare release 0.1.5 (#8570) 2023-11-08 16:00:57 -06:00
ruff_benchmark Bump codspeed-criterion-compat from 2.3.0 to 2.3.1 (#8508) 2023-11-06 14:32:40 +00:00
ruff_cache Introduce `FormatterSettings` (#7545) 2023-09-21 08:01:24 +02:00
ruff_cli Bump annotate-snippets from 0.9.1 to 0.9.2 (#8646) 2023-11-13 14:55:15 +00:00
ruff_dev Remove repeated and erroneous scoped settings headers in docs (#8670) 2023-11-14 05:44:30 +00:00
ruff_diagnostics Update applicability messages for clarity in tests (#8541) 2023-11-07 16:11:43 +00:00
ruff_formatter Rust 1.73 (#8007) 2023-10-23 02:12:25 +00:00
ruff_index Add unreachable code rule (#5384) 2023-07-04 14:27:23 +00:00
ruff_linter Remove `pyproject.toml` from fixtures directory (#8726) 2023-11-16 13:04:52 -05:00
ruff_macros Remove repeated and erroneous scoped settings headers in docs (#8670) 2023-11-14 05:44:30 +00:00
ruff_notebook Detect and ignore Jupyter automagics (#8398) 2023-11-03 01:14:10 +00:00
ruff_python_ast Add autotyping-like return type inference for annotation rules (#8643) 2023-11-13 23:34:15 -05:00
ruff_python_codegen Split `Constant` to individual literal nodes (#8064) 2023-10-30 12:13:23 +05:30
ruff_python_formatter Add `--skip-magic-trailing-comma` to formatter dev comment (#8689) 2023-11-15 09:23:46 +00:00
ruff_python_index Consider unterminated f-strings in `FStringRanges` (#8154) 2023-10-27 11:11:44 +00:00
ruff_python_literal Implement our own small-integer optimization (#7584) 2023-09-25 15:13:21 +00:00
ruff_python_parser Reject more syntactically invalid Python programs (#8524) 2023-11-07 07:16:06 -05:00
ruff_python_resolver Bump tempfile from 3.8.0 to 3.8.1 (#8345) 2023-10-30 09:06:48 +00:00
ruff_python_semantic Add fix for `future-required-type-annotation` (#8711) 2023-11-16 03:08:02 +00:00
ruff_python_stdlib Treat display as a builtin in IPython (#8707) 2023-11-16 01:58:44 +00:00
ruff_python_trivia Preserve trailing statement semicolons when using `fmt: skip` (#8273) 2023-10-30 00:07:14 +00:00
ruff_shrinking Bump fs-err from 2.9.0 to 2.10.0 (#8649) 2023-11-13 09:38:44 -05:00
ruff_source_file Add `cell` field to JSON output format (#7664) 2023-10-13 01:06:02 +00:00
ruff_text_size Unify line size settings between ruff and the formatter (#6873) 2023-08-28 06:44:56 +00:00
ruff_wasm Bump serde-wasm-bindgen from 0.6.0 to 0.6.1 (#8507) 2023-11-06 09:19:30 -05:00
ruff_workspace Remove `pyproject.toml` from fixtures directory (#8726) 2023-11-16 13:04:52 -05:00