Skip to content

Commit beaddb3

Browse files
[pre-commit.ci] pre-commit suggestions (#47)
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: 22.12.0 → 24.3.0](psf/black@22.12.0...24.3.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f4436e4 commit beaddb3

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
@@ -11,19 +11,19 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.4.0
14+
rev: v4.5.0
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: check-added-large-files
1818

1919
- repo: https://github.com/psf/black
20-
rev: 22.12.0
20+
rev: 24.3.0
2121
hooks:
2222
- id: black
2323
name: "Black: The uncompromising Python code formatter"
2424

2525
- repo: https://github.com/PyCQA/isort
26-
rev: 5.12.0
26+
rev: 5.13.2
2727
hooks:
2828
- id: isort
2929
name: "Sort Imports"

0 commit comments

Comments
 (0)