SF.net SVN: docutils:[9837 ] trunk/docutils/.ruff. toml
aa-turner--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9837
http://sourceforge.net/p/docutils/code/9837
Author: aa-turner
Date: 2024-08-01 21:22:56 +0000 (Thu, 01 Aug 2024)
Log Message:
-----------
Enable the flake8-2020 linter in Ruff
Modified Paths:
--------------
trunk/docutils/.ruff.toml
Modified: trunk/docutils/.ruff.toml
===================================================================
--- trunk/docutils/.ruff.toml 2024-08-01 21:22:16 UTC (rev 9836)
+++ trunk/docutils/.ruff.toml 2024-08-01 21:22:56 UTC (rev 9837)
@@ -23,6 +23,7 @@
"TCH", # flake8-type-checking
"TID", # flake8-tidy-imports
"W", # pycodestyle
+ "YTT", # flake8-2020
]
ignore = [
"E226", # missing whitespace around arithmetic operator
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.