Replace TODO with FIXME

We use TODO for things to be fixed before committing.
This commit is contained in:
Ivan Molodetskikh
2026-01-05 08:28:40 +03:00
parent 54c2e2ab47
commit d060b06667
+1 -1
View File
@@ -9,6 +9,6 @@ dependencies = [
]
# for KDL highlighting support
# TODO: use the official pygments package once https://github.com/pygments/pygments/pull/2936 is merged
# FIXME: use the official pygments package once https://github.com/pygments/pygments/pull/2936 is merged
[tool.uv.sources]
pygments = { git = "https://github.com/chinatsu/pygments", rev = "0f0b0d4da2839e1285881389155bb4605a0a6dc4" }