Skip to content

Commit

Permalink
Bump pre-commit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Dec 17, 2024
1 parent bd3271a commit 843a787
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
repos:
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.10.0
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.8.3
hooks:
- id: ruff
args: ["--fix"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.13.0
hooks:
- id: mypy
additional_dependencies:
- xsdata==23.8
- xsdata==24.11
args: []

- repo: https://github.com/thlorenz/doctoc
rev: v2.2.0
hooks:
- id: doctoc
args: ["--github", "--notitle", "--maxlevel=2", "--update-only"]
args: ["--github", "--notitle", "--maxlevel=2", "--update-only"]

0 comments on commit 843a787

Please sign in to comment.