Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit fd6e743

Browse files
[pre-commit.ci] pre-commit autoupdate (#11)
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 c39f54a commit fd6e743

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
@@ -26,14 +26,14 @@ repos:
2626
# --config, ./pyproject.toml
2727

2828
- repo: https://github.com/psf/black
29-
rev: 23.10.0
29+
rev: 23.10.1
3030
hooks:
3131
- id: black
3232
language_version: python3
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
3535
# Ruff version.
36-
rev: v0.1.1
36+
rev: v0.1.3
3737
hooks:
3838
- id: ruff
3939
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)