Skip to content

Commit cdecf1d

Browse files
[pre-commit.ci] pre-commit autoupdate (#561)
updates: - [github.com/psf/black: 23.10.0 → 23.10.1](psf/black@23.10.0...23.10.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.3](astral-sh/ruff-pre-commit@v0.1.1...v0.1.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8428815 commit cdecf1d

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
@@ -36,12 +36,12 @@ repos:
3636
- id: isort
3737

3838
- repo: https://github.com/psf/black
39-
rev: 23.10.0
39+
rev: 23.10.1
4040
hooks:
4141
- id: black
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.1.1
44+
rev: v0.1.3
4545
hooks:
4646
- id: ruff
4747
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)