Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mstechly authored Jul 21, 2022
1 parent 5408581 commit 29ba647
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 @@ -7,13 +7,13 @@ default_stages: [commit, push]

repos:
- repo: https://github.com/PyCQA/isort
rev: 5.8.0
rev: 5.9.0
hooks:
- id: isort
args: ["--profile", "black", "--filter-files", "--check"]

- repo: https://github.com/ambv/black
rev: 20.8b1
rev: 22.3
hooks:
- id: black
args: ["--check"]
Expand All @@ -25,6 +25,6 @@ repos:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.812
rev: v0.910
hooks:
- id: mypy

0 comments on commit 29ba647

Please sign in to comment.