diff options
author | Helmut Grohne <helmut@subdivi.de> | 2025-06-26 18:17:30 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2025-06-26 18:17:30 +0200 |
commit | 8d8431aa57d3710b0e13bd99bbf786e830153862 (patch) | |
tree | 5853f200a002f9f3d2019976f62007d89c97cfac | |
parent | 506cc89119d0416fa33ad3d97a5ed95be368b801 (diff) | |
download | python-linuxnamespaces-8d8431aa57d3710b0e13bd99bbf786e830153862.tar.gz |
-rw-r--r-- | pyproject.toml | 1 |
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"] |