From d3ce1a8ceeb1f7ce3fbaf8b7eaefe487ea4fc5b5 Mon Sep 17 00:00:00 2001 From: ryanmerolle Date: Fri, 29 Jul 2022 15:53:12 +0000 Subject: [PATCH] cleanup --- TODO | 4 ---- pyproject.old | 25 ------------------------- 2 files changed, 29 deletions(-) delete mode 100644 TODO delete mode 100644 pyproject.old diff --git a/TODO b/TODO deleted file mode 100644 index 6319ddc..0000000 --- a/TODO +++ /dev/null @@ -1,4 +0,0 @@ -- https://code.visualstudio.com/remote/advancedcontainers/connect-multiple-containers -- docker from docker -- slim down netbox-docker -- make diff --git a/pyproject.old b/pyproject.old deleted file mode 100644 index 22376fe..0000000 --- a/pyproject.old +++ /dev/null @@ -1,25 +0,0 @@ -[MASTER] -load-plugins=pylint_django -django-settings-module=/opt/netbox/netbox/netbox/netbox.settings - -[tool.black] -line-length = 100 - -[tool.pylint] - -[tool.pylint.format] -max-line-length = 100 - -[tool.pylint.master] -# pylint defaults + fh for with open .. as (f|fh) -good-names = "i,j,k,ex,Run,_,f,fh" -no-docstring-rgx = "__.*__" - -[tool.isort] -force_grid_wrap = 0 -include_trailing_comma = true -line_length = 79 -multi_line_output = 1 -overwrite_in_place = true -use_parentheses = true -verbose = true