Skip to content

Commit

Permalink
Merge pull request #301 from bgilbert/pre-commit
Browse files Browse the repository at this point in the history
pre-commit: update versions
  • Loading branch information
bgilbert authored Oct 19, 2024
2 parents b278098 + 5c90eee commit e147214
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 @@ -3,7 +3,7 @@ exclude: '^(COPYING\.LESSER|subprojects/.*)$'

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 @@ -16,7 +16,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.18.0
hooks:
- id: pyupgrade
name: Modernize python code
Expand All @@ -29,7 +29,7 @@ repos:
name: Reorder python imports with isort

- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
name: Format python code with black
Expand All @@ -48,7 +48,7 @@ repos:
additional_dependencies: [flake8-bugbear, Flake8-pyproject]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1
rev: v1.12.0
hooks:
- id: mypy
name: Check Python types
Expand Down

0 comments on commit e147214

Please sign in to comment.