Skip to content

Commit

Permalink
Merge pull request #46 from Thinagar-Sivadas/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
thinagar-sivadas authored Jan 8, 2024
2 parents d773b96 + a6ea038 commit 623a5e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- id: no-commit-to-branch
name: no-commit-to-main-branch
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.2
rev: 0.27.3
hooks:
- id: check-github-workflows
name: validate github workflows
Expand All @@ -25,15 +25,15 @@ repos:
hooks:
- id: nbstripout
- repo: https://github.com/psf/black/
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.8.0
hooks:
- id: mypy
# args:
Expand Down

0 comments on commit 623a5e0

Please sign in to comment.