Skip to content

Commit

Permalink
Update pre-commit hooks (#20)
Browse files Browse the repository at this point in the history
chore: update pre-commit hooks

Co-authored-by: pfouque <[email protected]>
  • Loading branch information
github-actions[bot] and pfouque authored Oct 17, 2023
1 parent c9c22c2 commit fc1f2a9
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
Expand Up @@ -15,7 +15,7 @@ repos:
- id: debug-statements

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.2
rev: v3.4.0
hooks:
- id: pyupgrade
args:
Expand All @@ -33,12 +33,12 @@ repos:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.263"
rev: "v0.0.270"
hooks:
- id: ruff

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.2.0
rev: v1.3.0
hooks:
- id: mypy
args: []
Expand All @@ -47,7 +47,7 @@ repos:
- django-stubs

- repo: https://github.com/python-poetry/poetry
rev: "1.4.0"
rev: "1.5.0"
hooks:
- id: poetry-check
- id: poetry-lock
Expand Down

0 comments on commit fc1f2a9

Please sign in to comment.