Skip to content

Commit

Permalink
⬆️ Bump pre-commit repos.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalkrupinski committed Oct 21, 2024
1 parent ee2ce46 commit 7c7700d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default_language_version:
python: '3.12'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-merge-conflict
Expand All @@ -17,7 +17,7 @@ repos:
- id: no-commit-to-branch
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
rev: v0.7.0
hooks:
- id: ruff
name: ruff-check
Expand All @@ -34,7 +34,7 @@ repos:
args:
- --no-update
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.12.1
hooks:
- id: mypy
pass_filenames: false
Expand Down

0 comments on commit 7c7700d

Please sign in to comment.