SF.net SVN: docutils:[9835 ] trunk/docutils/.ruff. toml
aa-turner--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9835
http://sourceforge.net/p/docutils/code/9835
Author: aa-turner
Date: 2024-08-01 21:21:24 +0000 (Thu, 01 Aug 2024)
Log Message:
-----------
Enable the flake8-type-checking linter in Ruff
Modified Paths:
--------------
trunk/docutils/.ruff.toml
Modified: trunk/docutils/.ruff.toml
===================================================================
--- trunk/docutils/.ruff.toml 2024-08-01 21:20:20 UTC (rev 9834)
+++ trunk/docutils/.ruff.toml 2024-08-01 21:21:24 UTC (rev 9835)
@@ -20,6 +20,7 @@
"RSE", # flake8-raise
"SLOT", # flake8-slots
"T10", # flake8-debugger
+ "TCH", # flake8-type-checking
"W", # pycodestyle
]
ignore = [
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.