We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04657c6 commit fb7b316Copy full SHA for fb7b316
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
args: ["--branch", "main"]
15
- id: trailing-whitespace
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.5.5
+ rev: v0.5.6
18
hooks:
19
- id: ruff
20
types_or: [
@@ -30,7 +30,7 @@ repos:
30
jupyter,
31
]
32
- repo: https://github.com/pre-commit/mirrors-mypy
33
- rev: v1.11.0
+ rev: v1.11.1
34
35
- id: mypy
36
args: [
tox.ini
@@ -38,7 +38,7 @@ norecursedirs = docs
38
basepython = {[base]python}
39
skip_install = {[base]skip_install}
40
deps =
41
- ruff>=0.5.5,<0.6
+ ruff>=0.5.6,<0.6
42
commands = ruff check --config pyproject.toml .
43
ruff format --config pyproject.toml .
44
0 commit comments