Skip to content

Commit 6570d47

Browse files
chore: update pre-commit hooks (#164)
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.0.277](astral-sh/ruff-pre-commit@v0.0.275...v0.0.277) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fe92da8 commit 6570d47

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
@@ -35,14 +35,14 @@ repos:
3535

3636
# Black, the code formatter, natively supports pre-commit
3737
- repo: https://github.com/psf/black
38-
rev: 23.3.0
38+
rev: 23.7.0
3939
hooks:
4040
- id: black
4141
files: ^(docs)
4242

4343
# Lints code
4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.0.275"
45+
rev: "v0.0.277"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)