Skip to content

Commit a4504a1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.269 → v0.0.276](astral-sh/ruff-pre-commit@v0.0.269...v0.0.276) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](pre-commit/mirrors-mypy@v1.3.0...v1.4.1)
1 parent 067444f commit a4504a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ repos:
1212
rev: 23.3.0
1313
hooks:
1414
- id: black-jupyter
15-
- repo: https://github.com/charliermarsh/ruff-pre-commit
16-
rev: "v0.0.269"
15+
- repo: https://github.com/astral-sh/ruff-pre-commit
16+
rev: "v0.0.276"
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.3.0"
29+
rev: "v1.4.1"
3030
hooks:
3131
- id: mypy
3232
exclude: ipynb_filter.py|docs/source/conf.py

0 commit comments

Comments
 (0)