Skip to content

Commit b142958

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/psf/black: 23.12.1 → 25.1.0](psf/black@23.12.1...25.1.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.2](PyCQA/flake8@7.0.0...7.1.2) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1)
1 parent 531c005 commit b142958

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -11,13 +11,13 @@ repos:
1111
args: ['--autofix', '--indent=2', '--no-sort-keys']
1212

1313
- repo: https://github.com/psf/black
14-
rev: 23.12.1
14+
rev: 25.1.0
1515
hooks:
1616
- id: black
1717
args: ['--line-length', '100']
1818

1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 7.0.0
20+
rev: 7.1.2
2121
hooks:
2222
- id: flake8
2323

@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: seed-isort-config
2828
- repo: https://github.com/PyCQA/isort
29-
rev: 5.13.2
29+
rev: 6.0.1
3030
hooks:
3131
- id: isort
3232

0 commit comments

Comments
 (0)