Skip to content

Commit cf0b917

Browse files
[pre-commit.ci] pre-commit autoupdate (#431)
1 parent 37139a1 commit cf0b917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
hooks:
1414
- id: black-jupyter
1515
- repo: https://github.com/charliermarsh/ruff-pre-commit
16-
rev: "v0.0.265"
16+
rev: "v0.0.267"
1717
hooks:
1818
- id: ruff
1919
args: ["--fix"]
@@ -26,7 +26,7 @@ repos:
2626
args: ["ruff", "--fix", "--ignore=E402,B018,F704"]
2727
additional_dependencies: [jupytext, ruff]
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: "v1.2.0"
29+
rev: "v1.3.0"
3030
hooks:
3131
- id: mypy
3232
exclude: ipynb_filter.py|docs/source/conf.py

0 commit comments

Comments
 (0)