Skip to content

Commit e9e4c90

Browse files
authored
docs: Reference correct issue in FAQ regarding strict mode (#3385)
1 parent 1b70eae commit e9e4c90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/typing-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ issue](https://github.com/astral-sh/ty/issues/1578).
279279
## Does ty have a strict mode?
280280

281281
Not yet. A stricter inference mode is tracked in
282-
[this issue](https://github.com/astral-sh/ty/issues/1240). In the meantime, you can consider using Ruff's
282+
[this issue](https://github.com/astral-sh/ty/issues/527). In the meantime, you can consider using Ruff's
283283
[`flake8-annotations` rules](https://docs.astral.sh/ruff/rules/#flake8-annotations-ann) to enforce
284284
more explicit type annotations in your code.
285285

0 commit comments

Comments
 (0)