Skip to content

Commit

Permalink
pre-commit update
Browse files Browse the repository at this point in the history
  • Loading branch information
zwimer committed Nov 6, 2024
1 parent 10979a8 commit de111fb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v3.18.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py312-plus]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.12.1
rev: v1.13.0
hooks:
- id: mypy
additional_dependencies: [
Expand All @@ -33,14 +33,12 @@ repos:
]
args: [--ignore-missing-imports]



#
# Fail fast
#

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.21
rev: v0.22
hooks:
- id: validate-pyproject
fail_fast: true
Expand Down Expand Up @@ -98,7 +96,7 @@ repos:
- id: vulture

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.7.0
rev: v0.7.2
hooks:
- id: ruff

Expand Down

0 comments on commit de111fb

Please sign in to comment.