Skip to content

Commit

Permalink
ci: pre-commit autoupdate (#4416)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Matthew Elwell <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and matthewelwell authored Aug 9, 2024
1 parent 0014a5b commit d096bff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ repos:
name: isort (python)

- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
language_version: python3
exclude: migrations

- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
name: flake8
Expand All @@ -31,6 +31,8 @@ repos:
hooks:
- id: prettier
exclude: ^(frontend/|CHANGELOG.md|.github/docker_build_comment_template.md)
additional_dependencies:
- [email protected] # SEE: https://github.com/pre-commit/pre-commit/issues/3133

- repo: https://github.com/python-poetry/poetry
rev: 1.8.0
Expand Down

0 comments on commit d096bff

Please sign in to comment.