You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sphinx-lint in an rst linter I maintain trying as hard as possible to not raise false positives, it is drived from cpython's rstlint, and is used by cpython and Sphinx, pandas, sympy, neo4j, spyder, and probably a few other projects.
To avoid issues when porting to cpython, see: python/cpython#98391 (comment)
sphinx-lint in an rst linter I maintain trying as hard as possible to not raise false positives, it is drived from cpython's rstlint, and is used by cpython and Sphinx, pandas, sympy, neo4j, spyder, and probably a few other projects.