Skip to content

Commit 87f8775

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/psf/black: 23.3.0 → 24.4.2](psf/black@23.3.0...24.4.2) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/nbQA-dev/nbQA: 1.7.0 → 1.8.5](nbQA-dev/nbQA@1.7.0...1.8.5) - [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.256 → v0.5.0](astral-sh/ruff-pre-commit@v0.0.256...v0.5.0)
1 parent 0807d90 commit 87f8775

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,35 @@ ci:
22
autoupdate_schedule: "quarterly"
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.6.0
66
hooks:
77
- id: check-docstring-first
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010

1111
- repo: https://github.com/psf/black
12-
rev: 23.3.0
12+
rev: 24.4.2
1313
hooks:
1414
- id: black
1515

1616
- repo: https://github.com/pycqa/isort
17-
rev: 5.12.0
17+
rev: 5.13.2
1818
hooks:
1919
- id: isort
2020

2121
- repo: https://github.com/nbQA-dev/nbQA
22-
rev: 1.7.0
22+
rev: 1.8.5
2323
hooks:
2424
- id: nbqa-black
2525
- id: nbqa-isort
2626

2727
- repo: https://github.com/kynan/nbstripout
28-
rev: 0.6.1
28+
rev: 0.7.1
2929
hooks:
3030
- id: nbstripout
3131

32-
- repo: https://github.com/charliermarsh/ruff-pre-commit
33-
rev: v0.0.256
32+
- repo: https://github.com/astral-sh/ruff-pre-commit
33+
rev: v0.5.0
3434
hooks:
3535
- id: ruff
3636
args: [--fix]

0 commit comments

Comments
 (0)