[Pygments] Complete stubs for Formatter (#15608)

This commit is contained in:
Brian Schubert
2026-04-05 17:45:38 +02:00
committed by GitHub
parent e8d2bc6708
commit 4495b836bf
13 changed files with 108 additions and 104 deletions
@@ -14,6 +14,10 @@ pygments.lexer.Lexer.name
pygments.lexer.Lexer.url
pygments.lexer.Lexer.version_added
# Class attributes that are set to None in the base class, but are
# always overridden with a non-None value in subclasses.
pygments.formatter.Formatter.name
# Individual lexers and styles submodules are not stubbed at this time.
pygments\.lexers\.(?!get_|find_|load_|guess_).*
pygments\.styles\.(?!get_).*