Skip to content

Commit a0ed4e3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/psf/black: 23.3.0 → 24.3.0](psf/black@23.3.0...24.3.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0)
1 parent 2dd77ec commit a0ed4e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v4.6.0
77
hooks:
88
- id: trailing-whitespace
99
- id: check-docstring-first
@@ -16,11 +16,11 @@ repos:
1616
- id: end-of-file-fixer
1717
- id: sort-simple-yaml
1818
- repo: https://github.com/psf/black
19-
rev: 23.3.0
19+
rev: 24.3.0
2020
hooks:
2121
- id: black
2222
args: ['--line-length=119']
2323
- repo: https://github.com/PyCQA/flake8
24-
rev: 6.0.0
24+
rev: 7.0.0
2525
hooks:
2626
- id: flake8

0 commit comments

Comments
 (0)