ruff/docs
Calum Young adca7bd95c
Remove pygments pin (#15404)
## Summary

The recent release of Pygments
([2.19.1](https://github.com/pygments/pygments/releases/tag/2.19.1))
allows the pinned version to be removed as the PYI alias for Python
syntax highlighting has been removed.

## Test Plan

- Follow the steps outlined in
https://github.com/astral-sh/ruff/blob/main/CONTRIBUTING.md#mkdocs to
get the documentation site running locally.
- Spot test rules pages that have PYI code blocks to ensure that syntax
highlighting remains e.g.
[http://127.0.0.1:8000/ruff/rules/complex-if-statement-in-stub/](http://127.0.0.1:8000/ruff/rules/complex-if-statement-in-stub/).

**Note:** I am unable to test the insiders build but would assume that
it functions locally as I do not have access to MkDocs Insiders, but I
would like to assume that it functions in the same way as the
non-insiders build.
2025-01-10 12:15:13 -05:00
..
.overrides Use | for page separator in meta titles (#13221) 2024-09-03 00:46:15 +00:00
assets Point docs to Astral favicon (#13219) 2024-09-02 20:11:39 -04:00
editors Improve logging system using logLevel, avoid trace value (#15232) 2025-01-08 18:18:00 +05:30
formatter Add f-string formatting to the docs (#15367) 2025-01-09 10:20:06 +01:00
js Improvements to documentation (#12712) 2024-08-12 07:17:32 +00:00
stylesheets Use anchorlinks rather than permalinks (#13471) 2024-09-23 02:44:45 +00:00
.gitignore Add docs for Ruff language server (#12344) 2024-07-18 17:41:43 +05:30
configuration.md Change default for Python version from 3.8 to 3.9 (#13896) 2024-11-20 13:11:51 +01:00
faq.md Add f-string formatting to the docs (#15367) 2025-01-09 10:20:06 +01:00
formatter.md Remove unnecessary backticks (#15393) 2025-01-10 09:22:26 +00:00
installation.md Use uv consistently throughout the documentation (#15302) 2025-01-07 14:43:25 +00:00
integrations.md Fix outdated doc for handling the default file types with the pre-commit hook (#15401) 2025-01-10 15:49:23 +01:00
linter.md Stop referring to early ruff versions (#14862) 2024-12-09 16:47:26 +01:00
preview.md Stop referring to early ruff versions (#14862) 2024-12-09 16:47:26 +01:00
requirements-insiders.txt Remove pygments pin (#15404) 2025-01-10 12:15:13 -05:00
requirements.txt Remove pygments pin (#15404) 2025-01-10 12:15:13 -05:00
tutorial.md Release 0.9.0 (#15371) 2025-01-09 14:53:08 +01:00
versioning.md Update versioning policy for editor integration (#12375) 2024-07-18 15:17:36 +00:00