mirror of
https://github.com/lucaspalomodevelop/netbox-acls.git
synced 2026-03-12 23:27:23 +00:00
cleanup
This commit is contained in:
parent
1b46cbfb88
commit
d3ce1a8cee
4
TODO
4
TODO
@ -1,4 +0,0 @@
|
||||
- https://code.visualstudio.com/remote/advancedcontainers/connect-multiple-containers
|
||||
- docker from docker
|
||||
- slim down netbox-docker
|
||||
- make
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user