Skip to content

Commit 4c66dc9

Browse files
ci(pre-commit.ci): autoupdate
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.256 → v0.0.260](astral-sh/ruff-pre-commit@v0.0.256...v0.0.260) - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/abravalheri/validate-pyproject: v0.12.1 → v0.12.2](abravalheri/validate-pyproject@v0.12.1...v0.12.2)
1 parent 9c71c32 commit 4c66dc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/charliermarsh/ruff-pre-commit
23-
rev: v0.0.256
23+
rev: v0.0.260
2424
hooks:
2525
- id: ruff
2626
args: [--fix]
2727

2828
- repo: https://github.com/psf/black
29-
rev: 23.1.0
29+
rev: 23.3.0
3030
hooks:
3131
- id: black
3232

3333
- repo: https://github.com/abravalheri/validate-pyproject
34-
rev: v0.12.1
34+
rev: v0.12.2
3535
hooks:
3636
- id: validate-pyproject
3737

0 commit comments

Comments
 (0)