Skip to content

Commit 3a48a97

Browse files
pre-commit-ci[bot]Antonin Blot
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (neuroinformatics-unit#115)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.0 → v0.3.4](astral-sh/ruff-pre-commit@v0.3.0...v0.3.4) - [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 257b632 commit 3a48a97

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
@@ -17,12 +17,12 @@ repos:
1717
- id: requirements-txt-fixer
1818
- id: trailing-whitespace
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.3.0
20+
rev: v0.3.4
2121
hooks:
2222
- id: ruff
2323
args: [ --config=pyproject.toml ]
2424
- repo: https://github.com/psf/black
25-
rev: 24.2.0
25+
rev: 24.3.0
2626
hooks:
2727
- id: black
2828
args: [--config=pyproject.toml]

0 commit comments

Comments
 (0)