Skip to content

Commit

Permalink
chore: update pre-commit versions (#4208)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Jun 24, 2024
1 parent af955bf commit dc21ec5
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,39 +1,39 @@
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
name: isort (python)

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

- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
name: flake8
args: [--config, api/.flake8]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: check-json
- id: check-toml

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0
rev: v3.1.0
hooks:
- id: prettier
exclude: ^(frontend/|CHANGELOG.md)

- repo: https://github.com/python-poetry/poetry
rev: 1.8.2
rev: 1.8.0
hooks:
- id: poetry-check
args: ['-C', 'api']

0 comments on commit dc21ec5

Please sign in to comment.