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: 21.10b0 → 21.12b0](psf/black@21.10b0...21.12b0)
- [github.com/asottile/blacken-docs: v1.11.0 → v1.12.0](adamchainz/blacken-docs@v1.11.0...v1.12.0)
- [github.com/PyCQA/bandit: 1.7.0 → 1.7.1](PyCQA/bandit@1.7.0...1.7.1)
- [github.com/asottile/pyupgrade: v2.29.0 → v2.29.1](asottile/pyupgrade@v2.29.0...v2.29.1)
  • Loading branch information
pre-commit-ci[bot] authored Dec 6, 2021
1 parent b299c6a commit 411be02
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 21.10b0
rev: 21.12b0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -23,12 +23,12 @@ repos:
hooks:
- id: reorder-python-imports
- repo: https://github.com/asottile/blacken-docs
rev: v1.11.0
rev: v1.12.0
hooks:
- id: blacken-docs
additional_dependencies: [black==21.9b0]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.0
rev: 1.7.1
hooks:
- id: bandit
exclude: ^tests/
Expand All @@ -42,6 +42,6 @@ repos:
- id: mypy
additional_dependencies: [pydantic==1.8.2, types-requests==2.25.11, types-markdown==3.3.6]
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.0
rev: v2.29.1
hooks:
- id: pyupgrade

0 comments on commit 411be02

Please # to comment.