Skip to content

Commit

Permalink
Merge pull request #208 from input-output-hk/pre_commit_update
Browse files Browse the repository at this point in the history
pre-commit autoupdate
  • Loading branch information
mkoura authored Nov 22, 2023
2 parents 59745a6 + 6f3a2fa commit afb5442
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
repos:
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.10.0
rev: v3.12.0
hooks:
- id: reorder-python-imports
entry: env SETUPTOOLS_USE_DISTUTILS=stdlib reorder-python-imports
language_version: python3
- repo: https://github.com/ambv/black
rev: 23.9.1
rev: 23.11.0
hooks:
- id: black
args: [--safe, --quiet]
language_version: python3
require_serial: true
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
language_version: python3
Expand All @@ -26,15 +26,15 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.287
rev: v0.1.6
hooks:
- id: ruff
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.5
rev: v0.9.0.6
hooks:
- id: shellcheck
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.36.0
rev: v0.37.0
hooks:
- id: markdownlint
- repo: local
Expand Down

0 comments on commit afb5442

Please sign in to comment.