Skip to content

Commit 84bab9d

Browse files
[pre-commit.ci] pre-commit autoupdate (#39)
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.215 → v0.0.252](astral-sh/ruff-pre-commit@v0.0.215...v0.0.252) - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fb760e2 commit 84bab9d

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
@@ -19,12 +19,12 @@ repos:
1919
- --py3-plus
2020
- --keep-runtime-typing
2121
- repo: https://github.com/charliermarsh/ruff-pre-commit
22-
rev: v0.0.215
22+
rev: v0.0.252
2323
hooks:
2424
- id: ruff
2525
args:
2626
- --fix
2727
- repo: https://github.com/psf/black
28-
rev: 22.12.0
28+
rev: 23.1.0
2929
hooks:
3030
- id: black

0 commit comments

Comments
 (0)