We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91dd519 commit 3fe58a9Copy full SHA for 3fe58a9
2 files changed
.pre-commit-config.yaml
@@ -32,7 +32,7 @@ repos:
32
hooks:
33
- id: prettier
34
- repo: https://github.com/psf/black
35
- rev: 26.3.0
+ rev: 26.3.1
36
37
- id: black
38
args:
pyproject.toml
@@ -42,7 +42,7 @@ requires-python = ">=3.11"
42
dev = [
43
"types-requests >=2.28",
44
"types-paramiko >=3.0",
45
- "black == 26.3.0",
+ "black == 26.3.1",
46
"isort",
47
"pytest",
48
"bumpver",
0 commit comments