Skip to content

Commit d6b83d4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.10.1 → 25.1.0](psf/black@23.10.1...25.1.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.2.0](PyCQA/flake8@6.1.0...7.2.0) - [github.com/pycqa/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1)
1 parent 8480e66 commit d6b83d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: '23.10.1'
3+
rev: '25.1.0'
44
hooks:
55
- id: black
66
- repo: https://github.com/PyCQA/flake8
7-
rev: 6.1.0
7+
rev: 7.2.0
88
hooks:
99
- id: flake8
1010
- repo: https://github.com/pycqa/isort
11-
rev: 5.12.0
11+
rev: 6.0.1
1212
hooks:
1313
- id: isort
1414
name: isort (python)

0 commit comments

Comments
 (0)