Steps: 1. Search for the line: pyproject.toml -> `"ANN001", # https://docs.astral.sh/ruff/rules/missing-type-function-argument`. 2. Remove this line. 3. Run `just format`, `just format-concise`, or `just format-grouped`. 4. Manually fix any remaining violations. 5. Run `just lint`, `just lint-concise`, or `just lint-grouped`. 6. Repeat steps 4–5 until all violations are resolved.