SF.net SVN: docutils:[10038 ] trunk/docutils/.ruff .toml

aa-turner--- via Docutils-checkins <[email protected]> Sat, 08 Mar 2025 18:37:25 +0000
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 10038
          http://sourceforge.net/p/docutils/code/10038
Author:   aa-turner
Date:     2025-03-08 18:37:25 +0000 (Sat, 08 Mar 2025)
Log Message:
-----------
Enable the PLE (pylint error) and FLY (flynt) categories in Ruff

Modified Paths:
--------------
    trunk/docutils/.ruff.toml

Modified: trunk/docutils/.ruff.toml
===================================================================
--- trunk/docutils/.ruff.toml	2025-03-08 18:12:13 UTC (rev 10037)
+++ trunk/docutils/.ruff.toml	2025-03-08 18:37:25 UTC (rev 10038)
@@ -12,6 +12,7 @@
     "EXE",  # flake8-executable
     "F",    # pyflakes
     "FA",   # flake8-future-annotations
+    "FLY",  # flynt
     "FURB", # refurb
     "G",    # flake8-logging-format
     "ICN",  # flake8-import-conventions
@@ -21,7 +22,8 @@
     "PERF", # perflint
     "PGH",  # pygrep-hooks
     "PIE",  # flake8-pie
-    "PT",   # flake8-pytest
+    "PLE",   # pylint-error
+    "PT",   # flake8-pytest-style
     "RSE",  # flake8-raise
     "SLOT", # flake8-slots
     "T10",  # flake8-debugger

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.