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.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
- [github.com/PyCQA/bandit.git: 1.7.8 → 1.7.9](https://github.com/PyCQA/bandit.git/compare/1.7.8...1.7.9)
- [github.com/crate-ci/typos.git: v1.22.0 → v1.23.5](https://github.com/crate-ci/typos.git/compare/v1.22.0...v1.23.5)
  • Loading branch information
pre-commit-ci[bot] authored Jul 29, 2024
1 parent 98c4108 commit 6910c2e
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 @@ -34,18 +34,18 @@ repos:
language_version: python3

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
args: ['--max-line-length=88'] # default of Black

- repo: https://github.com/PyCQA/bandit.git
rev: '1.7.8'
rev: '1.7.9'
hooks:
- id: bandit
exclude: '^tests/'

- repo: https://github.com/crate-ci/typos.git
rev: 'v1.22.0'
rev: 'v1.23.5'
hooks:
- id: typos

0 comments on commit 6910c2e

Please sign in to comment.