Skip to content

Commit

Permalink
remove noqa notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
dirmeier committed Mar 1, 2024
1 parent 1878881 commit e2929ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[build-system]
requires = ["setuptools", "wheel"]

#[tool.mypy]
#skips = ["B101", "B310"]
[tool.mypy]
skips = ["B101"]

[tool.bandit]
skips = ["B101", "B310"]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ commands_pre =
pip install ruff
pip install -e .
commands =
bandit ramsey
bandit -r ramsey -c pyproject.toml
ruff check ramsey


Expand Down

0 comments on commit e2929ff

Please sign in to comment.