Skip to content

Commit 31a6991

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/asottile/pyupgrade: v3.3.1 → v3.15.2](asottile/pyupgrade@v3.3.1...v3.15.2) - [github.com/psf/black: 23.3.0 → 24.4.0](psf/black@23.3.0...24.4.0) - [github.com/keewis/blackdoc: v0.3.8 → v0.3.9](keewis/blackdoc@v0.3.8...v0.3.9) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.260 → v0.3.7](astral-sh/ruff-pre-commit@v0.0.260...v0.3.7) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v4.0.0-alpha.8) - [github.com/nbQA-dev/nbQA: 1.7.0 → 1.8.5](nbQA-dev/nbQA@1.7.0...1.8.5)
1 parent ae6481c commit 31a6991

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.4.0
7+
rev: v4.6.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -15,35 +15,35 @@ repos:
1515
- id: mixed-line-ending
1616

1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.3.1
18+
rev: v3.15.2
1919
hooks:
2020
- id: pyupgrade
2121
args:
2222
- '--py38-plus'
2323

2424
- repo: https://github.com/psf/black
25-
rev: 23.3.0
25+
rev: 24.4.0
2626
hooks:
2727
- id: black
2828

2929
- repo: https://github.com/keewis/blackdoc
30-
rev: v0.3.8
30+
rev: v0.3.9
3131
hooks:
3232
- id: blackdoc
3333

34-
- repo: https://github.com/charliermarsh/ruff-pre-commit
35-
rev: 'v0.0.260'
34+
- repo: https://github.com/astral-sh/ruff-pre-commit
35+
rev: 'v0.3.7'
3636
hooks:
3737
- id: ruff
3838
args: ['--fix']
3939

4040
- repo: https://github.com/pre-commit/mirrors-prettier
41-
rev: v3.0.0-alpha.6
41+
rev: v4.0.0-alpha.8
4242
hooks:
4343
- id: prettier
4444

4545
- repo: https://github.com/nbQA-dev/nbQA
46-
rev: 1.7.0
46+
rev: 1.8.5
4747
hooks:
4848
- id: nbqa-ruff
4949
args: ['--fix']

0 commit comments

Comments
 (0)