Skip to content

Commit fba6ba6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.6.2](astral-sh/ruff-pre-commit@v0.5.5...v0.6.2) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
1 parent 5b1ce9f commit fba6ba6

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
@@ -18,11 +18,11 @@ repos:
1818
- id: markdownlint
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
2020
# Ruff version.
21-
rev: 'v0.5.5'
21+
rev: 'v0.6.2'
2222
hooks:
2323
- id: ruff
2424
- repo: https://github.com/psf/black
25-
rev: 24.4.2
25+
rev: 24.8.0
2626
hooks:
2727
- id: black
2828
args:

0 commit comments

Comments
 (0)