Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.1
rev: v3.20.0
hooks:
- id: pyupgrade
args:
Expand All @@ -16,32 +16,32 @@ repos:
hooks:
- id: pyaphid
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.19.1 # replace with latest tag on GitHub
rev: 1.20.0 # replace with latest tag on GitHub
hooks:
- id: blacken-docs
additional_dependencies:
- black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.9.9"
rev: "v0.12.12"
hooks:
- id: ruff
args:
- --fix
- id: ruff-format
- repo: https://github.com/jvllmr/pre-commit-prettier
rev: v3.5.0
rev: v3.6.2
hooks:
- id: prettier
additional_dependencies: [prettier@latest, prettier-plugin-toml@latest]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.15.0"
rev: "v1.17.1"
hooks:
- id: mypy
exclude: ^tests/.*
additional_dependencies:
- sqlalchemy>=2.0.0
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand Down