Skip to content

Commit 18ac232

Browse files
ci: weekly check.
updates: - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.272 → v0.0.278](astral-sh/ruff-pre-commit@v0.0.272...v0.0.278) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
1 parent baef57d commit 18ac232

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
@@ -29,13 +29,13 @@ repos:
2929
name: TOML Structure
3030
- id: check-merge-conflict
3131
name: Merge Conflicts
32-
- repo: https://github.com/charliermarsh/ruff-pre-commit
33-
rev: 'v0.0.272'
32+
- repo: https://github.com/astral-sh/ruff-pre-commit
33+
rev: 'v0.0.278'
3434
hooks:
3535
- id: ruff
3636
args: [--fix, --exit-non-zero-on-fix]
3737
- repo: https://github.com/psf/black
38-
rev: 23.3.0
38+
rev: 23.7.0
3939
hooks:
4040
- id: black
4141
name: Black Formatting

0 commit comments

Comments
 (0)