Skip to content

Commit

Permalink
Merge pull request #304 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 30, 2024
2 parents d13a0da + c885d44 commit cd3216d
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 @@ -16,7 +16,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v3.18.0
rev: v3.19.0
hooks:
- id: pyupgrade
name: Modernize python code
Expand All @@ -35,7 +35,7 @@ repos:
name: Format python code with black

- repo: https://github.com/asottile/blacken-docs
rev: 1.19.0
rev: 1.19.1
hooks:
- id: blacken-docs
name: Format python code in documentation
Expand All @@ -54,7 +54,7 @@ repos:
additional_dependencies: [flake8-bugbear, Flake8-pyproject]

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

0 comments on commit cd3216d

Please sign in to comment.