Skip to content

Commit

Permalink
update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Hamman committed Feb 23, 2022
1 parent 2bbf2df commit 69909b4
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: double-quote-string-fixer

- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.1.0
hooks:
- id: black
args: ["--line-length", "80", "--skip-string-normalization"]
Expand All @@ -39,7 +39,7 @@ repos:
language_version: system

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

0 comments on commit 69909b4

Please sign in to comment.