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