Skip to content

Commit ac26ab9

Browse files
[pre-commit.ci] pre-commit autoupdate (#267)
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.7.0 → 24.4.2](psf/black@23.7.0...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.0.282 → v0.4.4](astral-sh/ruff-pre-commit@v0.0.282...v0.4.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d303d07 commit ac26ab9

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
@@ -2,18 +2,18 @@
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.4.0
5+
rev: v4.6.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- repo: https://github.com/psf/black
11-
rev: 23.7.0
11+
rev: 24.4.2
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
1515
# Ruff version.
16-
rev: 'v0.0.282'
16+
rev: 'v0.4.4'
1717
hooks:
1818
- id: ruff
1919
args: [--fix]

0 commit comments

Comments
 (0)