Skip to content

Commit

Permalink
Merge pull request #197 from input-output-hk/update_precommit
Browse files Browse the repository at this point in the history
Update pre-commit
  • Loading branch information
mkoura authored Jun 27, 2023
2 parents a4d4daf + 22dc789 commit 9e7a48c
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.9.0
rev: v3.10.0
hooks:
- id: reorder-python-imports
entry: env SETUPTOOLS_USE_DISTUTILS=stdlib reorder-python-imports
Expand All @@ -26,15 +26,15 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.265
rev: v0.0.275
hooks:
- id: ruff
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.2
rev: v0.9.0.5
hooks:
- id: shellcheck
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.34.0
rev: v0.35.0
hooks:
- id: markdownlint
- repo: local
Expand Down

0 comments on commit 9e7a48c

Please sign in to comment.