Skip to content

Commit

Permalink
Auto-update pre-commit hooks (#169)
Browse files Browse the repository at this point in the history
Co-authored-by: dmulcahey <[email protected]>
Co-authored-by: David F. Mulcahey <[email protected]>
  • Loading branch information
3 people authored Aug 18, 2024
1 parent 254ca5f commit 99c4d25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ repos:
args: ["--toml", "pyproject.toml"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.1
rev: v1.11.1
hooks:
- id: mypy

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.1
rev: v0.6.1
hooks:
- id: ruff
args: [--fix]
Expand Down

0 comments on commit 99c4d25

Please sign in to comment.