Skip to content

Commit d1f14cd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.3.0 → 24.1.1](psf/black@23.3.0...24.1.1) - 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.2.0](astral-sh/ruff-pre-commit@v0.0.269...v0.2.0) - [github.com/nbQA-dev/nbQA: 1.7.0 → 1.7.1](nbQA-dev/nbQA@1.7.0...1.7.1) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.8.0](pre-commit/mirrors-mypy@v1.3.0...v1.8.0)
1 parent cfe628a commit d1f14cd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -9,24 +9,24 @@ repos:
99
- id: debug-statements
1010
- id: check-ast
1111
- repo: https://github.com/psf/black
12-
rev: 23.3.0
12+
rev: 24.1.1
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.2.0"
1717
hooks:
1818
- id: ruff
1919
args: ["--fix"]
2020
- repo: https://github.com/nbQA-dev/nbQA
21-
rev: 1.7.0
21+
rev: 1.7.1
2222
hooks:
2323
- id: nbqa-black
2424
additional_dependencies: [jupytext, black]
2525
- id: nbqa
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.8.0"
3030
hooks:
3131
- id: mypy
3232
exclude: ipynb_filter.py|docs/source/conf.py

0 commit comments

Comments
 (0)