SF.net SVN: docutils:[9823 ] trunk/docutils/.ruff. toml
aa-turner--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9823
http://sourceforge.net/p/docutils/code/9823
Author: aa-turner
Date: 2024-08-01 20:35:31 +0000 (Thu, 01 Aug 2024)
Log Message:
-----------
Enable the flake8-future-annotations linter in Ruff
Modified Paths:
--------------
trunk/docutils/.ruff.toml
Modified: trunk/docutils/.ruff.toml
===================================================================
--- trunk/docutils/.ruff.toml 2024-08-01 20:34:38 UTC (rev 9822)
+++ trunk/docutils/.ruff.toml 2024-08-01 20:35:31 UTC (rev 9823)
@@ -8,6 +8,7 @@
"E", # pycodestyle
"EXE", # flake8-executable
"F", # pyflakes
+ "FA", # flake8-future-annotations
"W", # pycodestyle
]
ignore = [
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.