Skip to content

Commit ed74a3a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.3.0 → 23.11.0](psf/black@23.3.0...23.11.0) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent ff55e4e commit ed74a3a

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.5.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: 23.11.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: 6.1.0
2525
hooks:
2626
- id: flake8

0 commit comments

Comments
 (0)