Skip to content

Commit 37bfb42

Browse files
authored
Update .pre-commit-config.yaml
1 parent 33276fa commit 37bfb42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/pycqa/isort
3-
rev: 5.12.0
3+
rev: 5.13.2
44
hooks:
55
- id: isort
66
name: isort (python)
77

88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 23.10.1
9+
rev: 23.12.0
1010
hooks:
1111
- id: black
1212

@@ -21,7 +21,7 @@ repos:
2121
- id: trailing-whitespace
2222

2323
- repo: https://github.com/tox-dev/pyproject-fmt
24-
rev: 1.4.1
24+
rev: 1.5.3
2525
hooks:
2626
- id: pyproject-fmt
2727
additional_dependencies: [tox]

0 commit comments

Comments
 (0)