diff --git a/.bandit b/.bandit index 2d81286ae..82e88e814 100644 --- a/.bandit +++ b/.bandit @@ -1,3 +1,3 @@ [bandit] exclude = tests -skips = B101 +skips = B101,B615 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a029ba39f..45816defa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: 'pydantic>=2.5.3', ] - repo: https://github.com/PyCQA/bandit - rev: 1.8.5 + rev: 1.8.6 hooks: - id: bandit args: [