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.
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.