SF.net SVN: docutils:[9825 ] trunk/docutils/.ruff. toml
aa-turner--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9825
http://sourceforge.net/p/docutils/code/9825
Author: aa-turner
Date: 2024-08-01 20:38:06 +0000 (Thu, 01 Aug 2024)
Log Message:
-----------
Enable the flake8-no-pep420 linter in Ruff
Modified Paths:
--------------
trunk/docutils/.ruff.toml
Modified: trunk/docutils/.ruff.toml
===================================================================
--- trunk/docutils/.ruff.toml 2024-08-01 20:36:43 UTC (rev 9824)
+++ trunk/docutils/.ruff.toml 2024-08-01 20:38:06 UTC (rev 9825)
@@ -10,6 +10,7 @@
"F", # pyflakes
"FA", # flake8-future-annotations
"ICN", # flake8-import-conventions
+ "INP", # flake8-no-pep420
"W", # pycodestyle
]
ignore = [
@@ -113,6 +114,7 @@
# included configuration files referencing externally defined variables
"test/functional/tests/*" = [
"F821",
+ "INP001",
]
# deprecated module, will be removed
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.