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.25.0 → v2.26.0](asottile/pyupgrade@v2.25.0...v2.26.0)
- [github.com/pre-commit/mirrors-prettier: v2.3.2 → v2.4.0](pre-commit/mirrors-prettier@v2.3.2...v2.4.0)
  • Loading branch information
pre-commit-ci[bot] committed Sep 13, 2021
1 parent 3c52fd1 commit a960119
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
Expand Up @@ -9,7 +9,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v2.25.0
rev: v2.26.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down Expand Up @@ -39,6 +39,6 @@ repos:
args: [--ini, .bandit]
exclude: ^tests/
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.3.2
rev: v2.4.0
hooks:
- id: prettier

0 comments on commit a960119

Please sign in to comment.