Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1487)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 21.8b0 → 21.9b0](psf/black@21.8b0...21.9b0)
- [github.com/pre-commit/mirrors-prettier: v2.4.0 → v2.4.1](pre-commit/mirrors-prettier@v2.4.0...v2.4.1)
  • Loading branch information
pre-commit-ci[bot] committed Sep 20, 2021
1 parent 2930104 commit f1ee721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.8b0
rev: 21.9b0
hooks:
- id: black
args: [--target-version=py36]
Expand Down Expand Up @@ -39,6 +39,6 @@ repos:
args: [--ini, .bandit]
exclude: ^tests/
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.4.0
rev: v2.4.1
hooks:
- id: prettier

0 comments on commit f1ee721

Please sign in to comment.