Skip to content

Commit 42e54aa

Browse files
chore(pre-commit): [pre-commit.ci] autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.6.3](astral-sh/ruff-pre-commit@v0.5.0...v0.6.3) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0) - [github.com/pycqa/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1)
1 parent 960fb0a commit 42e54aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: clang-format
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.5.0
33+
rev: v0.6.3
3434
hooks:
3535
- id: ruff
3636
args: [--fix, --exit-non-zero-on-fix]
@@ -39,11 +39,11 @@ repos:
3939
hooks:
4040
- id: isort
4141
- repo: https://github.com/psf/black
42-
rev: 24.4.2
42+
rev: 24.8.0
4343
hooks:
4444
- id: black-jupyter
4545
- repo: https://github.com/asottile/pyupgrade
46-
rev: v3.16.0
46+
rev: v3.17.0
4747
hooks:
4848
- id: pyupgrade
4949
args: [--py38-plus] # sync with requires-python
@@ -52,7 +52,7 @@ repos:
5252
^examples/
5353
)
5454
- repo: https://github.com/pycqa/flake8
55-
rev: 7.1.0
55+
rev: 7.1.1
5656
hooks:
5757
- id: flake8
5858
additional_dependencies:

0 commit comments

Comments
 (0)