Skip to content

Commit 3c547bb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - 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.290](astral-sh/ruff-pre-commit@v0.0.267...v0.0.290) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
1 parent 3bca171 commit 3c547bb

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
@@ -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.290
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)