Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update YAML file to fix Prettier - Issue #498 1st Pull Request #520

Closed
wants to merge 12 commits into from
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
- id: check-hooks-apply
- id: check-useless-excludes
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -20,8 +20,8 @@ repos:
types: [python]
pass_filenames: false
stages: [manual]
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.7.0
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/python/black
Expand All @@ -40,3 +40,4 @@ repos:
default_language_version:
python: python3.8.10
minimum_pre_commit_version: "1.21"
#added script to pre-commit file