Skip to content

Commit

Permalink
Update precommit linters (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Jul 14, 2022
1 parent d9c8d67 commit 5339b68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -17,12 +17,12 @@ repos:
- id: check-added-large-files

- 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: \.(html|md|yml|yaml)
Expand All @@ -34,7 +34,7 @@ repos:
- id: blacken-docs

- repo: https://github.com/asottile/pyupgrade
rev: v2.32.1
rev: v2.37.1
hooks:
- id: pyupgrade
args: [--py37-plus]
2 changes: 1 addition & 1 deletion requirements/developer.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pre-commit>=2.19
pre-commit>=2.20

0 comments on commit 5339b68

Please sign in to comment.