Skip to content

Commit 0393d33

Browse files
pre-commit-ci[bot]atodorov
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0)
1 parent bf84c82 commit 0393d33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: end-of-file-fixer
88
- id: mixed-line-ending
99
args: [--fix=lf]
1010
- id: trailing-whitespace
1111

1212
- repo: https://github.com/psf/black
13-
rev: 23.12.1
13+
rev: 24.3.0
1414
hooks:
1515
- id: black

0 commit comments

Comments
 (0)