Skip to content

Commit

Permalink
Bump pre-commit hook versions
Browse files Browse the repository at this point in the history
  • Loading branch information
camlloyd committed Nov 20, 2024
1 parent f726dd4 commit d24bac8
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
@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.5
rev: v0.7.4
hooks:
# Run the linter.
- id: ruff
args: [ "--fix" ]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.13.0
hooks:
- id: mypy
args: [--strict, --ignore-missing-imports]

0 comments on commit d24bac8

Please sign in to comment.