Skip to content

Commit 2d8db11

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.8.0 → 23.3.0](psf/black@22.8.0...23.3.0) - https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.133 → v0.0.272](astral-sh/ruff-pre-commit@v0.0.133...v0.0.272)
1 parent 34a3ec0 commit 2d8db11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ fail_fast: true
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 22.8.0
7+
rev: 23.3.0
88
hooks:
99
- id: black
1010

11-
- repo: https://github.com/timothycrosley/isort
12-
rev: 5.10.1
11+
- repo: https://github.com/PyCQA/isort
12+
rev: 5.12.0
1313
hooks:
1414
- id: isort
1515

1616
- repo: https://github.com/charliermarsh/ruff-pre-commit
17-
rev: v0.0.133
17+
rev: v0.0.272
1818
hooks:
1919
- id: ruff

0 commit comments

Comments
 (0)