Pygments does not need type checking globally ignored anymore

This commit is contained in:
Kovid Goyal 2026-01-14 22:18:11 +05:30
parent 2d32c1175c
commit edd466e5f7
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 36 additions and 31 deletions

View file

@ -106,7 +106,7 @@ jobs:
${{ runner.os }}-golang-static-
- name: Install build-only deps
run: python -m pip install -r docs/requirements.txt ruff mypy types-requests types-docutils
run: python -m pip install -r docs/requirements.txt ruff mypy types-requests types-docutils types-Pygments
- name: Run ruff
run: ruff check .