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/asottile/pyupgrade: v2.12.0 → v2.13.0](asottile/pyupgrade@v2.12.0...v2.13.0)
- [github.com/psf/black: 20.8b1 → 21.4b0](psf/black@20.8b1...21.4b0)
- [github.com/pre-commit/mirrors-eslint: v7.24.0 → v7.25.0](pre-commit/mirrors-eslint@v7.24.0...v7.25.0)
  • Loading branch information
pre-commit-ci[bot] authored and kodiakhq[bot] committed Apr 26, 2021
1 parent e4c17bd commit e5cdb74
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 @@ -24,12 +24,12 @@ repos:
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v2.12.0
rev: v2.13.0
hooks:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 21.4b0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand Down Expand Up @@ -74,7 +74,7 @@ repos:
|yaml|yml\
)$"
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v7.24.0
rev: v7.25.0
hooks:
- id: eslint
args: ["--format=compact"]
Expand Down

0 comments on commit e5cdb74

Please sign in to comment.