Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/pylint: v3.2.7 → v3.3.1](pylint-dev/pylint@v3.2.7...v3.3.1)
- [github.com/PyCQA/bandit: 1.7.9 → 1.7.10](PyCQA/bandit@1.7.9...1.7.10)
  • Loading branch information
pre-commit-ci[bot] authored Sep 30, 2024
1 parent 382a41b commit 91faf38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ repos:
- id: flake8
types_or: [python]
- repo: https://github.com/PyCQA/pylint
rev: v3.2.7
rev: v3.3.1
hooks:
- id: pylint
args: [--exit-zero]
types_or: [python]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.9
rev: 1.7.10
hooks:
- id: bandit
args: [--exit-zero]
Expand Down

0 comments on commit 91faf38

Please sign in to comment.