Skip to content

Commit

Permalink
auto-update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jamagalhaes authored Oct 22, 2024
1 parent 2ab0694 commit 0bda76c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exclude: |
)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
exclude_types:
Expand All @@ -34,7 +34,7 @@ repos:
)$
- repo: https://github.com/python-poetry/poetry
rev: 1.6.0
rev: 1.8.0
hooks:
- id: poetry-check
files: ^(.*/)?(poetry\.lock|pyproject\.toml)$
Expand All @@ -50,35 +50,35 @@ repos:
additional_dependencies: [tomli]

- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
exclude: *generated

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.10.0
hooks:
- id: black
args: ["--config=pyproject.toml"]
exclude: *generated

- repo: https://github.com/rtts/djhtml
rev: 3.0.6
rev: 3.0.7
hooks:
- id: djhtml
# Indent only HTML files in template directories
files: .*/templates/.*\.html$
args: ["--tabwidth=2"]

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.5
rev: v0.10.0.1
hooks:
- id: shellcheck
args: ["-x", "-e", "SC1091"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: name-tests-test
args: ["--django"]
Expand All @@ -103,7 +103,7 @@ repos:
- id: check-yaml

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.12.0
rev: v1.12.1
hooks:
- id: mypy
exclude: |
Expand Down

0 comments on commit 0bda76c

Please sign in to comment.