Skip to content

Commit

Permalink
Update pre-commit linters (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Jul 1, 2022
1 parent 79d0c41 commit 341af75
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 @@ -3,19 +3,19 @@

repos:
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.6.2
rev: v2.7.1
hooks:
- id: prettier
files: \.(md|yml|yaml)
args: [--prose-wrap=preserve]

- repo: https://github.com/asottile/pyupgrade
rev: v2.32.1
rev: v2.34.0
hooks:
- id: pyupgrade
args: [--py38-plus]

0 comments on commit 341af75

Please sign in to comment.