Skip to content

Commit e58c1b4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.8.0 → 23.11.0](psf/black@22.8.0...23.11.0) - https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.10.1 → 5.13.0](PyCQA/isort@5.10.1...5.13.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.133 → v0.1.7](astral-sh/ruff-pre-commit@v0.0.133...v0.1.7)
1 parent 34a3ec0 commit e58c1b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.11.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.13.0
1313
hooks:
1414
- id: isort
1515

16-
- repo: https://github.com/charliermarsh/ruff-pre-commit
17-
rev: v0.0.133
16+
- repo: https://github.com/astral-sh/ruff-pre-commit
17+
rev: v0.1.7
1818
hooks:
1919
- id: ruff

0 commit comments

Comments
 (0)