Skip to content

Commit 70a08a1

Browse files
Update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/PyCQA/isort: 5.12.0 → 6.0.0](PyCQA/isort@5.12.0...6.0.0) - [github.com/psf/black: 23.3.0 → 25.1.0](psf/black@23.3.0...25.1.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.2](PyCQA/flake8@6.0.0...7.1.2)
1 parent 988e334 commit 70a08a1

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
@@ -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: v5.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: 6.0.0
1515
hooks:
1616
- id: isort
1717
args:
1818
- --profile=black
1919
- --line-length=79
2020
- repo: https://github.com/psf/black
21-
rev: 23.3.0
21+
rev: 25.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.1.2
2929
hooks:
3030
- id: flake8
3131
additional_dependencies:

0 commit comments

Comments
 (0)