Skip to content

Commit

Permalink
Merge branch 'main' into fix-loader-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones committed May 3, 2022
2 parents a46b91e + 34ca3f9 commit 4a22503
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 @@ -14,7 +14,7 @@ repos:
- id: double-quote-string-fixer

- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
args: ["--line-length", "80", "--skip-string-normalization"]
Expand All @@ -33,13 +33,13 @@ repos:
- id: isort

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.1
rev: v2.6.2
hooks:
- id: prettier
language_version: system

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.931
rev: v0.942
hooks:
- id: mypy
additional_dependencies: [
Expand Down

0 comments on commit 4a22503

Please sign in to comment.