Skip to content

Commit fb7b316

Browse files
Update remaining versions
1 parent 04657c6 commit fb7b316

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
args: ["--branch", "main"]
1515
- id: trailing-whitespace
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.5.5
17+
rev: v0.5.6
1818
hooks:
1919
- id: ruff
2020
types_or: [
@@ -30,7 +30,7 @@ repos:
3030
jupyter,
3131
]
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.11.0
33+
rev: v1.11.1
3434
hooks:
3535
- id: mypy
3636
args: [

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ norecursedirs = docs
3838
basepython = {[base]python}
3939
skip_install = {[base]skip_install}
4040
deps =
41-
ruff>=0.5.5,<0.6
41+
ruff>=0.5.6,<0.6
4242
commands = ruff check --config pyproject.toml .
4343
ruff format --config pyproject.toml .
4444

0 commit comments

Comments
 (0)