Skip to content

Commit 66d1e5c

Browse files
[pre-commit.ci] pre-commit autoupdate (#3)
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.0.277](astral-sh/ruff-pre-commit@v0.0.275...v0.0.277) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent edc3081 commit 66d1e5c

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 @@ fail_fast: false
22

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

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

0 commit comments

Comments
 (0)