Skip to content

Commit 4e4e879

Browse files
[pre-commit.ci] pre-commit autoupdate (#92)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 27a2963 commit 4e4e879

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
@@ -22,14 +22,14 @@ repos:
2222
args: ["--py37-plus", "--keep-runtime-typing"]
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.1.4
25+
rev: v0.1.5
2626
hooks:
2727
- id: ruff
2828
args: [--fix, --show-fixes]
2929
exclude: "tests/test_catch_py311.py"
3030

3131
- repo: https://github.com/psf/black
32-
rev: 23.10.1
32+
rev: 23.11.0
3333
hooks:
3434
- id: black
3535
exclude: "tests/test_catch_py311.py"

0 commit comments

Comments
 (0)