Skip to content

Commit

Permalink
Bump some pre-commit-hook revs
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier2k6 committed Dec 2, 2024
1 parent 4b4003d commit f0c3587
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 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
#- id: trailing-whitespace
#- id: end-of-file-fixer
Expand All @@ -32,7 +32,7 @@ repos:
- id: check-symlinks
- id: check-toml
- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
rev: v0.24.2
hooks:
- id: toml-sort
args: [--all, --in-place]
Expand Down Expand Up @@ -86,7 +86,7 @@ repos:
tools/libtorrent_lldb.py
)
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
# Avoiding PR bloat
Expand Down Expand Up @@ -132,7 +132,7 @@ repos:
name: black (pyi)
types: [pyi]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.13.0
hooks:
- id: mypy
# Avoiding PR bloat
Expand Down

0 comments on commit f0c3587

Please sign in to comment.