Skip to content

Commit 3fe58a9

Browse files
committed
Bump black
1 parent 91dd519 commit 3fe58a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: prettier
3434
- repo: https://github.com/psf/black
35-
rev: 26.3.0
35+
rev: 26.3.1
3636
hooks:
3737
- id: black
3838
args:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ requires-python = ">=3.11"
4242
dev = [
4343
"types-requests >=2.28",
4444
"types-paramiko >=3.0",
45-
"black == 26.3.0",
45+
"black == 26.3.1",
4646
"isort",
4747
"pytest",
4848
"bumpver",

0 commit comments

Comments
 (0)