Skip to content

Commit 41d9196

Browse files
[pre-commit.ci] pre-commit autoupdate (#2383)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.2.1](astral-sh/ruff-pre-commit@v0.1.14...v0.2.1) - [github.com/psf/black: 24.1.1 → 24.2.0](psf/black@24.1.1...24.2.0) Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent 35dba66 commit 41d9196

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
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111
exclude: tests/testdata
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: "v0.1.14"
13+
rev: "v0.2.1"
1414
hooks:
1515
- id: ruff
1616
exclude: tests/testdata
@@ -34,7 +34,7 @@ repos:
3434
- id: black-disable-checker
3535
exclude: tests/test_nodes_lineno.py
3636
- repo: https://github.com/psf/black
37-
rev: 24.1.1
37+
rev: 24.2.0
3838
hooks:
3939
- id: black
4040
args: [--safe, --quiet]

0 commit comments

Comments
 (0)