Skip to content

Commit e4248fc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.7.0 → 24.3.0](psf/black@23.7.0...24.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.282 → v0.3.5](astral-sh/ruff-pre-commit@v0.0.282...v0.3.5) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
1 parent d2c5d21 commit e4248fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: "quarterly"
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: '23.7.0'
5+
rev: '24.3.0'
66
hooks:
77
- id: black
88
args: [--preview]
@@ -13,13 +13,13 @@ repos:
1313
language_version: python3.8
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: 'v0.0.282' # Use the sha / tag you want to point at
16+
rev: 'v0.3.5' # Use the sha / tag you want to point at
1717
hooks:
1818
- id: ruff
1919
args: [--fix]
2020

2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.4.0
22+
rev: v4.5.0
2323
hooks:
2424
- id: end-of-file-fixer
2525
- id: trailing-whitespace

0 commit comments

Comments
 (0)