Skip to content

Commit 7007dbe

Browse files
[pre-commit.ci] pre-commit autoupdate (#2755)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.4.1](astral-sh/ruff-pre-commit@v0.3.3...v0.4.1) - [github.com/psf/black-pre-commit-mirror: 24.3.0 → 24.4.0](psf/black-pre-commit-mirror@24.3.0...24.4.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 26f49d4 commit 7007dbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ ci:
77
# https://pre-commit.com/#adding-pre-commit-plugins-to-your-project
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.3.3
10+
rev: v0.4.1
1111
hooks:
1212
- id: ruff
1313
args: ["--fix"]
1414
- repo: https://github.com/psf/black-pre-commit-mirror
1515
# WARNING: version should be the same as in `pyproject.toml`
16-
rev: "24.3.0"
16+
rev: "24.4.0"
1717
hooks:
1818
- id: black
1919
pass_filenames: false

0 commit comments

Comments
 (0)