Skip to content

Commit 4a54e29

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.11.0 → 24.1.1](psf/black@23.11.0...24.1.1) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
1 parent 5581e77 commit 4a54e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
repos:
44
- repo: https://github.com/psf/black
55
# If you update the version here, also update it in tox.ini (py*-pytestlatest-linters)
6-
rev: 23.11.0
6+
rev: 24.1.1
77
hooks:
88
- id: black
99
- repo: https://github.com/pycqa/isort
10-
rev: 5.12.0
10+
rev: 5.13.2
1111
hooks:
1212
- id: isort
1313
name: isort (python)

0 commit comments

Comments
 (0)