ruff/crates/ruff
Dhruv Manilawala 38f873ba52
Remove `flatten` to improve deserialization error messages (#15414)
## Summary

Closes: #9719  

## Test Plan

**Before:**

```
ruff failed
  Cause: Failed to parse /Users/dhruv/playground/ruff/pyproject.toml
  Cause: TOML parse error at line 22, column 1
   |
22 | [tool.ruff.lint]
   | ^^^^^^^^^^^^^^^^
invalid type: string "false", expected a boolean
```

**After:**

```
ruff failed
  Cause: Failed to parse /Users/dhruv/playground/ruff/pyproject.toml
  Cause: TOML parse error at line 27, column 20
   |
27 | mypy-init-return = "false"
   |                    ^^^^^^^
invalid type: string "false", expected a boolean
```
2025-01-11 22:08:21 +05:30
..
resources/test/fixtures Rename `ruff_cli` crate to `ruff` (#9557) 2024-01-16 17:47:01 -05:00
src Upgrade Rust toolchain to 1.84.0 (#15408) 2025-01-11 09:51:58 +01:00
tests Remove `flatten` to improve deserialization error messages (#15414) 2025-01-11 22:08:21 +05:30
Cargo.toml Ruff 0.9.1 (#15407) 2025-01-10 19:45:06 +01:00
build.rs ruff: add worktree support to build.rs (#14896) 2024-12-10 14:06:59 -05:00