Skip to content

Commit e27aba3

Browse files
[pre-commit.ci] pre-commit autoupdate (#730)
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 3403046 commit e27aba3

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
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 23.10.0
5+
rev: 23.10.1
66
hooks:
77
- id: black
88
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -38,6 +38,6 @@ repos:
3838
- id: isort
3939
- repo: https://github.com/astral-sh/ruff-pre-commit
4040
# Ruff version.
41-
rev: "v0.1.1"
41+
rev: "v0.1.3"
4242
hooks:
4343
- id: ruff

0 commit comments

Comments
 (0)