Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit a3ccd46

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.276 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.276...v0.0.292)
1 parent 002949e commit a3ccd46

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ repos:
1414
- id: no-commit-to-branch
1515
args: [--branch, main]
1616
- repo: https://github.com/psf/black
17-
rev: 23.3.0
17+
rev: 23.9.1
1818
hooks:
1919
- id: black
20-
- repo: https://github.com/charliermarsh/ruff-pre-commit
21-
rev: 'v0.0.276'
20+
- repo: https://github.com/astral-sh/ruff-pre-commit
21+
rev: 'v0.0.292'
2222
hooks:
2323
- id: ruff
2424
args: [--fix]

0 commit comments

Comments
 (0)