Skip to content

Commit ca54b1e

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) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.267 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.267...v0.0.292) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
1 parent 3bca171 commit ca54b1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.4.0
8+
rev: v4.5.0
99
hooks:
1010
# Side effects
1111
- id: fix-byte-order-marker
@@ -19,14 +19,14 @@ repos:
1919
- id: check-toml
2020
- id: check-yaml
2121

22-
- repo: https://github.com/charliermarsh/ruff-pre-commit
23-
rev: v0.0.267
22+
- repo: https://github.com/astral-sh/ruff-pre-commit
23+
rev: v0.0.292
2424
hooks:
2525
- id: ruff
2626
args:
2727
- "--fix"
2828

2929
- repo: https://github.com/psf/black
30-
rev: 23.3.0
30+
rev: 23.9.1
3131
hooks:
3232
- id: black

0 commit comments

Comments
 (0)