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
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
- id: detect-secrets
additional_dependencies: ["gibberish-detector"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.20.2
rev: v2.0.0
hooks:
- id: mypy
args: [--no-strict-optional, --ignore-missing-imports]
Expand All @@ -56,7 +56,7 @@ repos:
- id: interrogate
exclude: test.*
- repo: https://github.com/rvben/rumdl-pre-commit
rev: v0.1.83 # Use latest version
rev: v0.1.91 # Use latest version
hooks:
- id: rumdl # Lint + auto-fix, fails if unfixable issues remain
- id: rumdl-fmt # Pure format, always exits 0
Expand Down
Loading