Skip to content

Commit 558f2fa

Browse files
Update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/PyCQA/isort: 5.12.0 → 8.0.0](PyCQA/isort@5.12.0...8.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.3.0 → 26.1.0](psf/black-pre-commit-mirror@23.3.0...26.1.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0)
1 parent 988e334 commit 558f2fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.4.0
7+
rev: v6.0.0
88
hooks:
99
- id: check-yaml
1010
- id: end-of-file-fixer
1111
- id: trailing-whitespace
1212
- id: double-quote-string-fixer
1313
- repo: https://github.com/PyCQA/isort
14-
rev: 5.12.0
14+
rev: 8.0.0
1515
hooks:
1616
- id: isort
1717
args:
1818
- --profile=black
1919
- --line-length=79
20-
- repo: https://github.com/psf/black
21-
rev: 23.3.0
20+
- repo: https://github.com/psf/black-pre-commit-mirror
21+
rev: 26.1.0
2222
hooks:
2323
- id: black
2424
args:
2525
- --line-length=79
2626
- --skip-string-normalization
2727
- repo: https://github.com/PyCQA/flake8
28-
rev: 6.0.0
28+
rev: 7.3.0
2929
hooks:
3030
- id: flake8
3131
additional_dependencies:

0 commit comments

Comments
 (0)