ruff/crates/ruff/tests
David Peter 5fef4d4572
Use python.typing.org for typing documentation links (#17323)
## Summary

There is a new official URL for the typing documentation:
https://typing.python.org/

Change all https://typing.readthedocs.io/ links to use the new sub
domain, which is slightly shorter and looks more official.

## Test Plan

Tested to see if each and every new URL is accessible. I noticed that
some links go to https://typing.python.org/en/latest/source/stubs.html
which seems to be outdated, but that is a separate issue. The same page
shows up for the old URL.
2025-04-09 20:38:20 +02:00
..
snapshots Use python.typing.org for typing documentation links (#17323) 2025-04-09 20:38:20 +02:00
analyze_graph.rs Don't skip over imports and other nodes containing nested statements in import collector (#13521) 2024-09-26 11:57:05 +00:00
config.rs nit: docs for ignore & select (#15883) 2025-02-04 10:05:41 +01:00
direxist_guard.rs Error instead of `panic!` when running Ruff from a deleted directory (#16903) (#17054) 2025-04-01 14:17:07 +02:00
format.rs Add `--exit-non-zero-on-format` (#16009) 2025-03-19 10:55:05 -04:00
integration_test.rs Check `pyproject.toml` correctly when it is passed via stdin (#16971) 2025-03-27 16:01:45 +00:00
lint.rs [flake8-import-conventions] Add import `numpy.typing as npt` to default `flake8-import-conventions.aliases` (#17133) 2025-04-02 09:25:46 +02:00
resolve_files.rs Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
show_settings.rs show-settings: Properly filter out backslashes on windows (#15612) 2025-01-20 10:57:21 +01:00
version.rs Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00