Skip to content

Commit 8911fbb

Browse files
authored
Updated .pre-commit deps. (#23)
1 parent 4b5f250 commit 8911fbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: trailing-whitespace
66
- repo: https://github.com/psf/black
7-
rev: 26.3.0
7+
rev: 26.3.1
88
hooks:
99
- id: black
1010
name: python black
@@ -20,7 +20,7 @@ repos:
2020
pass_filenames: false
2121
args: ["python"]
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.15.5
23+
rev: v0.15.7
2424
hooks:
2525
- id: ruff
2626
name: ruff

0 commit comments

Comments
 (0)