Skip to content

Commit

Permalink
update hooks versions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnv1 committed Jun 3, 2022
1 parent 4a2c5ab commit 08e5539
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 @@ -3,7 +3,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -13,7 +13,7 @@ repos:
- id: fix-encoding-pragma
args: [--remove]
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.0.1
rev: v3.1.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/ambv/black
Expand All @@ -26,7 +26,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.942
rev: v0.960
hooks:
- id: mypy
files: ^dynaconf/

0 comments on commit 08e5539

Please sign in to comment.