open-iscsi / configshell-fb

configshell with additional modifications, see README
Apache License 2.0
28 stars 37 forks source link

Fix new ruff/pre-commit errors #80

Open martinhoyer opened 2 months ago

martinhoyer commented 2 months ago

pre-commit action is using all files as an input, this includes examples directory, even though it is not .py file. Disabling flake8-bandit checks there.
Resolving issues found by new ruff version - use dict comprehension, do not rewrite 'bookmark' variable.