Skip to content

Commit 1114d49

Browse files
[pre-commit.ci] pre-commit autoupdate (#490)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.1...v0.1.9) - [github.com/psf/black-pre-commit-mirror: 23.10.1 → 23.12.1](psf/black-pre-commit-mirror@23.10.1...23.12.1) - [github.com/nbQA-dev/nbQA: 1.7.0 → 1.7.1](nbQA-dev/nbQA@1.7.0...1.7.1) - [github.com/keewis/blackdoc: v0.3.8 → v0.3.9](keewis/blackdoc@v0.3.8...v0.3.9) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 159cce4 commit 1114d49

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ repos:
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
1212
# Ruff version.
13-
rev: 'v0.1.1'
13+
rev: 'v0.1.9'
1414
hooks:
1515
- id: ruff
1616
args: ["--show-fixes", "--fix"]
1717

1818
- repo: https://github.com/psf/black-pre-commit-mirror
19-
rev: 23.10.1
19+
rev: 23.12.1
2020
hooks:
2121
- id: black
2222

@@ -36,7 +36,7 @@ repos:
3636
- mdformat-myst
3737

3838
- repo: https://github.com/nbQA-dev/nbQA
39-
rev: 1.7.0
39+
rev: 1.7.1
4040
hooks:
4141
- id: nbqa-black
4242
- id: nbqa-ruff
@@ -56,7 +56,7 @@ repos:
5656
- id: debug-statements
5757

5858
- repo: https://github.com/keewis/blackdoc
59-
rev: v0.3.8
59+
rev: v0.3.9
6060
hooks:
6161
- id: blackdoc
6262
files: .+\.py$

0 commit comments

Comments
 (0)