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/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2)
- [github.com/pycqa/bandit: 1.8.2 → 1.8.3](PyCQA/bandit@1.8.2...1.8.3)
- [github.com/python-poetry/poetry: 2.1.0 → 2.1.1](python-poetry/poetry@2.1.0...2.1.1)
  • Loading branch information
pre-commit-ci[bot] authored Feb 17, 2025
1 parent 21e3e81 commit df98b50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 7.1.1
rev: 7.1.2
hooks:
- id: flake8
- repo: https://github.com/pycqa/bandit
rev: 1.8.2
rev: 1.8.3
hooks:
- id: bandit
args: ["-c", "bandit.yaml"]
- repo: https://github.com/python-poetry/poetry
rev: "2.1.0"
rev: "2.1.1"
hooks:
- id: poetry-check
- repo: https://github.com/python-poetry/poetry-plugin-export
Expand Down

0 comments on commit df98b50

Please sign in to comment.