Skip to content

Commit 42d7ec6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v6.0.0](pre-commit/pre-commit-hooks@v4.0.1...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 21.9b0 → 26.1.0](psf/black-pre-commit-mirror@21.9b0...26.1.0) - [github.com/PyCQA/flake8: 4.0.1 → 7.3.0](PyCQA/flake8@4.0.1...7.3.0) - [github.com/PyCQA/isort: 5.9.3 → 8.0.0](PyCQA/isort@5.9.3...8.0.0)
1 parent e6c23a9 commit 42d7ec6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.0.1
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -10,17 +10,17 @@ repos:
1010
- id: pretty-format-json
1111
args: ["--autofix", "--indent=2", "--no-sort-keys"]
1212

13-
- repo: https://github.com/psf/black
14-
rev: 21.9b0
13+
- repo: https://github.com/psf/black-pre-commit-mirror
14+
rev: 26.1.0
1515
hooks:
1616
- id: black
1717

1818
- repo: https://github.com/PyCQA/flake8
19-
rev: 4.0.1
19+
rev: 7.3.0
2020
hooks:
2121
- id: flake8
2222

2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.9.3
24+
rev: 8.0.0
2525
hooks:
2626
- id: isort

0 commit comments

Comments
 (0)