#3994·ty

`overrides.analysis` is erroneously mentioned in the documentation

Author: domWaltersCreated Jul 14, 2026Updated Sep 18, 2026
Labelsdocumentation

Summary

In the documentation there is a section for overrides.analysis:

https://docs.astral.sh/ty/reference/configuration/#overridesanalysis

These settings are actually under analysis, which is already separately documented:

https://docs.astral.sh/ty/reference/configuration/#analysis

Using the overrides.analysis version results in a TOML parsing error:

ty failed
  Cause: /path/to/pyproject.toml is not a valid `pyproject.toml`
  Cause: TOML parse error at line 24, column 10
   |
24 | [tool.ty.overrides.analysis]
   |          ^^^^^^^^^
invalid type: map, expected a sequence

Version

ty 0.0.59