SF.net SVN: docutils:[9871 ] trunk/docutils/.ruff. toml
aa-turner--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9871
http://sourceforge.net/p/docutils/code/9871
Author: aa-turner
Date: 2024-08-09 04:52:40 +0000 (Fri, 09 Aug 2024)
Log Message:
-----------
Fix Ruff
Modified Paths:
--------------
trunk/docutils/.ruff.toml
Modified: trunk/docutils/.ruff.toml
===================================================================
--- trunk/docutils/.ruff.toml 2024-08-09 04:51:55 UTC (rev 9870)
+++ trunk/docutils/.ruff.toml 2024-08-09 04:52:40 UTC (rev 9871)
@@ -32,7 +32,7 @@
]
ignore = [
"E226", # missing whitespace around arithmetic operator
- "E227", # "missing whitespace around bitwise or shift operator"
+ "E227", # missing whitespace around bitwise or shift operator
"E228", # missing whitespace around modulo operator
# not generally frowned on by PEP 8:
# "If operators with different priorities are used, consider adding
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.