Skip to content

Commit 736694a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - 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.281](astral-sh/ruff-pre-commit@v0.0.269...v0.0.281) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](pre-commit/mirrors-mypy@v1.3.0...v1.4.1)
1 parent b77e011 commit 736694a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ repos:
99
- id: debug-statements
1010
- id: check-ast
1111
- repo: https://github.com/psf/black
12-
rev: 23.3.0
12+
rev: 23.7.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.281"
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)