Skip to content

Commit 6538a5e

Browse files
authored
Merge pull request #346 from light-curve/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents deb4062 + 120e081 commit 6538a5e

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.3.5'
22+
rev: 'v0.3.7'
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]
2626
- repo: https://github.com/psf/black
27-
rev: 24.3.0
27+
rev: 24.4.0
2828
hooks:
2929
- id: black
3030
name: black

0 commit comments

Comments
 (0)