Skip to content

Commit fad13f3

Browse files
[pre-commit.ci] pre-commit autoupdate (#166)
updates: - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.257 → v0.0.260](astral-sh/ruff-pre-commit@v0.0.257...v0.0.260) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d42a7f5 commit fad13f3

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
@@ -20,11 +20,11 @@ repos:
2020
exclude: poetry.lock
2121
args: [--autofix]
2222
- repo: https://github.com/psf/black
23-
rev: 23.1.0
23+
rev: 23.3.0
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/charliermarsh/ruff-pre-commit
27-
rev: v0.0.257
27+
rev: v0.0.260
2828
hooks:
2929
- id: ruff
3030
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)