SF.net SVN: docutils:[9826 ] trunk/docutils/.ruff. toml
aa-turner--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9826
http://sourceforge.net/p/docutils/code/9826
Author: aa-turner
Date: 2024-08-01 20:39:44 +0000 (Thu, 01 Aug 2024)
Log Message:
-----------
Enable the flake8-gettext linter in Ruff
Modified Paths:
--------------
trunk/docutils/.ruff.toml
Modified: trunk/docutils/.ruff.toml
===================================================================
--- trunk/docutils/.ruff.toml 2024-08-01 20:38:06 UTC (rev 9825)
+++ trunk/docutils/.ruff.toml 2024-08-01 20:39:44 UTC (rev 9826)
@@ -11,6 +11,7 @@
"FA", # flake8-future-annotations
"ICN", # flake8-import-conventions
"INP", # flake8-no-pep420
+ "INT", # flake8-gettext
"W", # pycodestyle
]
ignore = [
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.