summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2025-06-26 18:17:30 +0200
committerHelmut Grohne <helmut@subdivi.de>2025-06-26 18:17:30 +0200
commit8d8431aa57d3710b0e13bd99bbf786e830153862 (patch)
tree5853f200a002f9f3d2019976f62007d89c97cfac
parent506cc89119d0416fa33ad3d97a5ed95be368b801 (diff)
downloadpython-linuxnamespaces-main.tar.gz
mark "fd" as a good name for pylintHEADmain
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ff728ad..9e90387 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -37,3 +37,4 @@ strict = true
[tool.pylint]
max-line-length=79
+good-names = ["fd"]