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.4b0 → 21.5b1](psf/black@21.4b0...21.5b1)
- [github.com/asottile/pyupgrade: v2.13.0 → v2.15.0](asottile/pyupgrade@v2.13.0...v2.15.0)
- [github.com/PyCQA/flake8: 3.9.1 → 3.9.2](PyCQA/flake8@3.9.1...3.9.2)
- [github.com/pre-commit/mirrors-prettier: v2.2.1 → v2.3.0](pre-commit/mirrors-prettier@v2.2.1...v2.3.0)
  • Loading branch information
pre-commit-ci[bot] committed May 10, 2021
1 parent 26ee416 commit f0a5b7f
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.4b0
rev: 21.5b1
hooks:
- id: black
args: [--target-version=py36]
Expand All @@ -9,12 +9,12 @@ repos:
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v2.13.0
rev: v2.15.0
hooks:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/PyCQA/flake8
rev: 3.9.1
rev: 3.9.2
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -33,6 +33,6 @@ repos:
args: [--ini, .bandit]
exclude: ^tests/
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.2.1
rev: v2.3.0
hooks:
- id: prettier

0 comments on commit f0a5b7f

Please sign in to comment.