Skip to content

Commit 16f5948

Browse files
committed
Pin black to version 26.3.1 in .pre-commit-config.yaml
Fixes these failures at pre-commit.ci when using Python 3.14: RuntimeError: There is no current event loop in thread 'MainThread'.
1 parent a23d44e commit 16f5948

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
args: ["--project", "conftest", "--thirdparty", "connexion", "--check-only", "--diff"]
2828

2929
- repo: https://github.com/psf/black
30-
rev: 22.3.0
30+
rev: 26.3.1
3131
hooks:
3232
- id: black
3333
name: black

0 commit comments

Comments
 (0)