Skip to content

Commit 9597751

Browse files
Merge pull request #31 from RedHatInsights/konflux/mintmaker/main/pre-commit-hooks
chore(deps): update pre-commit hook psf/black to v26.3.0
2 parents f194475 + dfab160 commit 9597751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: "doc|research|demos"
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 26.1.0
4+
rev: 26.3.0
55
hooks:
66
- id: black
77
args: [--safe, --quiet, --line-length, "100"]

0 commit comments

Comments
 (0)