Skip to content

Commit 1bb2db4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.3.3](astral-sh/ruff-pre-commit@v0.2.1...v0.3.3) - [github.com/nbQA-dev/nbQA: 1.7.1 → 1.8.4](nbQA-dev/nbQA@1.7.1...1.8.4) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
1 parent d2c8041 commit 1bb2db4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ repos:
99
- id: debug-statements
1010
- id: check-ast
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: "v0.2.1"
12+
rev: "v0.3.3"
1313
hooks:
1414
- id: ruff
1515
args: ["--fix"]
1616
- id: ruff-format
1717
- repo: https://github.com/nbQA-dev/nbQA
18-
rev: 1.7.1
18+
rev: 1.8.4
1919
hooks:
2020
- id: nbqa-black
2121
additional_dependencies: [jupytext, black]
2222
- id: nbqa
2323
args: ["ruff", "--fix", "--ignore=E402,B018,F704"]
2424
additional_dependencies: [jupytext, ruff]
2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: "v1.8.0"
26+
rev: "v1.9.0"
2727
hooks:
2828
- id: mypy
2929
exclude: ipynb_filter.py|docs/source/conf.py

0 commit comments

Comments
 (0)