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: v3.2.2 → v3.3.0](asottile/pyupgrade@v3.2.2...v3.3.0)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.4.0 → v2.5.0](macisamuele/language-formatters-pre-commit-hooks@v2.4.0...v2.5.0)
  • Loading branch information
pre-commit-ci[bot] authored and nijel committed Dec 6, 2022
1 parent 47f8480 commit ebf9c40
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 @@ -14,7 +14,7 @@ repos:
- id: isort
args: [--profile=black]
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.2
rev: v3.3.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -31,7 +31,7 @@ repos:
- id: check-hooks-apply
- id: check-useless-excludes
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.4.0
rev: v2.5.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']

0 comments on commit ebf9c40

Please sign in to comment.