Skip to content

Commit

Permalink
Bump precommit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickBaus committed Jan 20, 2025
1 parent fe66126 commit 5dea1ab
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 @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-executables-have-shebangs
# Check for invalid files
Expand All @@ -18,12 +18,12 @@ repos:
- id: trailing-whitespace
args: [ --markdown-linebreak-ext=md ]
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
args: [ '.' ]
- repo: https://github.com/asottile/blacken-docs
rev: 1.18.0
rev: 1.19.1
hooks:
- id: blacken-docs
args: [ --line-length=120 ]
Expand All @@ -41,7 +41,7 @@ repos:
require_serial: true
args: [ --generated-members=pipe.* ]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.11.2'
rev: 'v1.14.1'
hooks:
- id: mypy
additional_dependencies: [ types-simplejson ]

0 comments on commit 5dea1ab

Please sign in to comment.