Skip to content

Commit

Permalink
Update remaining versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jaime-cespedes-sisniega authored and alvarolopez committed Aug 20, 2024
1 parent 04657c6 commit fb7b316
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
args: ["--branch", "main"]
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.5
rev: v0.5.6
hooks:
- id: ruff
types_or: [
Expand All @@ -30,7 +30,7 @@ repos:
jupyter,
]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.0
rev: v1.11.1
hooks:
- id: mypy
args: [
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ norecursedirs = docs
basepython = {[base]python}
skip_install = {[base]skip_install}
deps =
ruff>=0.5.5,<0.6
ruff>=0.5.6,<0.6
commands = ruff check --config pyproject.toml .
ruff format --config pyproject.toml .

Expand Down

0 comments on commit fb7b316

Please sign in to comment.