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/psf/black-pre-commit-mirror: 23.11.0 → 23.12.0](psf/black-pre-commit-mirror@23.11.0...23.12.0)
- [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.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.7](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.7)
  • Loading branch information
pre-commit-ci[bot] authored Dec 18, 2023
1 parent 15a3d71 commit 31d58e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
rev: 23.12.0
hooks:
- id: black
args:
Expand All @@ -30,7 +30,7 @@ repos:
- flake8-noqa
- mccabe
- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
rev: 1.7.6
hooks:
- id: bandit
args:
Expand All @@ -40,7 +40,7 @@ repos:
additional_dependencies: ["bandit[toml]"]
files: ^.*/.+\.py$
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
stages: [manual]
Expand All @@ -61,7 +61,7 @@ repos:
- id: python-no-eval
- id: python-no-log-warn
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.7
hooks:
- id: prettier
- repo: https://github.com/cdce8p/python-typing-update
Expand Down

0 comments on commit 31d58e5

Please sign in to comment.