Skip to content

Commit 00a367b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.5.0](pre-commit/pre-commit-hooks@v4.0.1...v4.5.0) - [github.com/psf/black: 21.9b0 → 24.1.1](psf/black@21.9b0...24.1.1) - [github.com/PyCQA/flake8: 4.0.1 → 7.0.0](PyCQA/flake8@4.0.1...7.0.0) - [github.com/PyCQA/isort: 5.9.3 → 5.13.2](PyCQA/isort@5.9.3...5.13.2)
1 parent e6c23a9 commit 00a367b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.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.0.1
3+
rev: v4.5.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -11,16 +11,16 @@ repos:
1111
args: ["--autofix", "--indent=2", "--no-sort-keys"]
1212

1313
- repo: https://github.com/psf/black
14-
rev: 21.9b0
14+
rev: 24.1.1
1515
hooks:
1616
- id: black
1717

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

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

0 commit comments

Comments
 (0)