Skip to content

Commit 4e5fa2f

Browse files
[pre-commit.ci] pre-commit autoupdate (#6)
updates: - [github.com/psf/black: 23.7.0 → 23.10.1](psf/black@23.7.0...23.10.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.285 → v0.1.4](astral-sh/ruff-pre-commit@v0.0.285...v0.1.4) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 836f24e commit 4e5fa2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ fail_fast: false
22

33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 23.7.0
5+
rev: 23.10.1
66
hooks:
77
- id: black
88
args: [--config, "./pyproject.toml"]
@@ -14,12 +14,12 @@ repos:
1414
args: [--settings-path, "./pyproject.toml"]
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.0.285
17+
rev: v0.1.4
1818
hooks:
1919
- id: ruff
2020

2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.4.0
22+
rev: v4.5.0
2323
hooks:
2424
- id: check-toml
2525
- id: check-yaml

0 commit comments

Comments
 (0)