Skip to content

Commit

Permalink
update pre-commit hooks (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle authored Aug 19, 2021
1 parent 29aa868 commit 4d4a032
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 @@ -5,7 +5,7 @@ minimum_pre_commit_version: 2.13.0

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
hooks:
- id: check-json
- id: check-merge-conflict
Expand Down Expand Up @@ -47,7 +47,7 @@ repos:
\.readthedocs.yml
)$
- repo: https://github.com/timothycrosley/isort
rev: 5.9.2
rev: 5.9.3
hooks:
- id: isort
- repo: https://github.com/psf/black
Expand All @@ -70,6 +70,6 @@ repos:
- flake8-use-fstring
- nitpick
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.27.1
rev: v0.28.1
hooks:
- id: markdownlint

0 comments on commit 4d4a032

Please sign in to comment.