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/bandit: 1.7.5 β†’ 1.7.6](PyCQA/bandit@1.7.5...1.7.6)
- [github.com/pycqa/isort: 5.12.0 β†’ 5.13.0](PyCQA/isort@5.12.0...5.13.0)
- [github.com/crate-ci/typos: v1.16.23 β†’ v1.16.24](crate-ci/typos@v1.16.23...v1.16.24)
  • Loading branch information
pre-commit-ci[bot] authored Dec 11, 2023
1 parent d2287fc commit e9faa88
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 @@ -57,7 +57,7 @@ repos:
- id: flake8
args: ["--max-line-length", "88", "--extend-ignore", "E203,E501"]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
rev: 1.7.6
hooks:
- id: bandit
args: ["-c", ".bandit"]
Expand All @@ -68,11 +68,11 @@ repos:
args: ["--convention", "pep257", "--add-ignore", "D100,D107"]
exclude: "auto_markdown_badges/cli.py|auto_markdown_badges/__main__.py|tests/"
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.0
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/crate-ci/typos
rev: v1.16.23
rev: v1.16.24
hooks:
- id: typos

0 comments on commit e9faa88

Please sign in to comment.