We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5f250 commit 8911fbbCopy full SHA for 8911fbb
1 file changed
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ repos:
4
hooks:
5
- id: trailing-whitespace
6
- repo: https://github.com/psf/black
7
- rev: 26.3.0
+ rev: 26.3.1
8
9
- id: black
10
name: python black
@@ -20,7 +20,7 @@ repos:
20
pass_filenames: false
21
args: ["python"]
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
- rev: v0.15.5
+ rev: v0.15.7
24
25
- id: ruff
26
name: ruff
0 commit comments