Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 4fb0645

Browse files
authored
Merge pull request #53 from MDverse/check-security-with-bandit
chore: check security with Bandit
2 parents 1a247c5 + 57fe98a commit 4fb0645

File tree

3 files changed

+67
-0
lines changed

3 files changed

+67
-0
lines changed

β€Ž.pre-commit-config.yamlβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@ repos:
2929
# Run the formatter.
3030
- id: ruff-format
3131
types_or: [ python, pyi ]
32+
33+
- repo: https://github.com/PyCQA/bandit
34+
rev: '1.9.2'
35+
hooks:
36+
- id: bandit
37+

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies = [
2929

3030
[dependency-groups]
3131
dev = [
32+
"bandit>=1.9.2",
3233
"jupyterlab>=4.4.9",
3334
"matplotlib>=3.10.1",
3435
"plotly>=6.0.0",

β€Žuv.lockβ€Ž

Lines changed: 60 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)