Skip to content

Commit 1646365

Browse files
chore(deps): pre-commit.ci autoupdate
updates: - [github.com/nbQA-dev/nbQA: 1.8.5 → 1.8.7](nbQA-dev/nbQA@1.8.5...1.8.7) - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 24.8.0](psf/black-pre-commit-mirror@24.4.2...24.8.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.6.3](astral-sh/ruff-pre-commit@v0.4.10...v0.6.3) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.2](pre-commit/mirrors-mypy@v1.10.0...v1.11.2)
1 parent fcb11df commit 1646365

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
@@ -23,20 +23,20 @@ repos:
2323
args: ["--include-version-classifiers", "--max-py-version=3.12"]
2424

2525
- repo: https://github.com/nbQA-dev/nbQA
26-
rev: 1.8.5
26+
rev: 1.8.7
2727
hooks:
2828
- id: nbqa-pyupgrade
2929
additional_dependencies: [pyupgrade]
3030
args: ["--py38-plus"]
3131

3232
- repo: https://github.com/psf/black-pre-commit-mirror
33-
rev: 24.4.2
33+
rev: 24.8.0
3434
hooks:
3535
- id: black-jupyter
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
3838
# Ruff version.
39-
rev: v0.4.10
39+
rev: v0.6.3
4040
hooks:
4141
# Run the linter.
4242
- id: ruff
@@ -45,7 +45,7 @@ repos:
4545
- id: ruff-format
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.10.0
48+
rev: v1.11.2
4949
hooks:
5050
- id: mypy
5151
files: src

0 commit comments

Comments
 (0)