Skip to content

Commit

Permalink
Updated versions of pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasovskikh committed Nov 3, 2022
1 parent 3c02c51 commit 3f49efd
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: "22.6.0"
rev: "22.10.0"
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
Expand All @@ -9,7 +9,7 @@ repos:
- id: flake8
args: ["--max-line-length=88"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.961"
rev: "v0.982"
hooks:
- id: mypy
args: []
Expand Down

0 comments on commit 3f49efd

Please sign in to comment.