Skip to content

Commit 0c66517

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.0.277](astral-sh/ruff-pre-commit@v0.0.275...v0.0.277) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
1 parent f3d58d5 commit 0c66517

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
@@ -14,13 +14,13 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: "v0.0.275"
17+
rev: "v0.0.277"
1818
hooks:
1919
- id: ruff
2020
args: [--config=ruff.toml, --fix, --show-fixes]
2121

2222
- repo: https://github.com/psf/black
23-
rev: "23.3.0"
23+
rev: "23.7.0"
2424
hooks:
2525
- id: black
2626

0 commit comments

Comments
 (0)