From bff240032d5c2611b44b181c6619658d9de7330b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 22 Jul 2023 11:45:45 -0700 Subject: [PATCH] pygments-csv-lexer To fix this warning: /Users/simon/Dropbox/Development/sqlite-utils/docs/cli.rst:1286: WARNING: Pygments lexer name 'csv' is not known --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1131db6..5d67f0d 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,7 @@ setup( "codespell", "sphinx-copybutton", "beanbag-docutils>=2.0", + "pygments-csv-lexer", ], "mypy": [ "mypy",