We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6372af5 commit 0a77b2eCopy full SHA for 0a77b2e
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
autoupdate_schedule: monthly
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.5.0
+ rev: v4.6.0
8
hooks:
9
- id: check-added-large-files
10
- id: check-docstring-first
@@ -23,12 +23,12 @@ repos:
23
- id: requirements-txt-fixer
24
- id: trailing-whitespace
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: v0.3.4
+ rev: v0.4.3
27
28
- id: ruff
29
- id: ruff-format
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: v1.9.0
+ rev: v1.10.0
32
33
- id: mypy
34
additional_dependencies:
0 commit comments