Skip to content

Commit e490b9b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.6.1](astral-sh/ruff-pre-commit@v0.5.0...v0.6.1) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
1 parent b811ac7 commit e490b9b

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
@@ -19,12 +19,12 @@ repos:
1919
- id: debug-statements # checks for debugger imports and py37+ `breakpoint()` calls in python source
2020
# Ruff should go before black, because its output is not formatted
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: 'v0.5.0'
22+
rev: 'v0.6.1'
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]
2626
- repo: https://github.com/psf/black
27-
rev: 24.4.2
27+
rev: 24.8.0
2828
hooks:
2929
- id: black
3030
name: black

0 commit comments

Comments
 (0)