Skip to content

Commit 05adaed

Browse files
committed
UPDATE: pre-commit version
1 parent 8be4095 commit 05adaed

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ repos:
3535
- id: text-unicode-replacement-char
3636

3737
- repo: https://github.com/psf/black
38-
rev: 24.10.0
38+
rev: 25.1.0
3939
hooks:
4040
- id: black
4141

4242
- repo: https://github.com/pycqa/isort
43-
rev: 5.13.2
43+
rev: 6.0.0
4444
hooks:
4545
- id: isort
4646
args: ["--profile", "black", "--filter-files"]
4747

4848
- repo: https://github.com/gitleaks/gitleaks
49-
rev: v8.20.1
49+
rev: v8.23.3
5050
hooks:
5151
- id: gitleaks

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
History
33
=======
44

5+
0.3.14 (2025-02-04)
6+
------------------
7+
8+
* updating python package versions
9+
510
0.3.13 (2024-12-07)
611
------------------
712

0 commit comments

Comments
 (0)