Skip to content

Commit 8d031f5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.278 → v0.0.291](astral-sh/ruff-pre-commit@v0.0.278...v0.0.291)
1 parent 670eaec commit 8d031f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ repos:
1111
args: ["--unsafe"]
1212
- id: check-added-large-files
1313
- repo: https://github.com/psf/black
14-
rev: 23.7.0
14+
rev: 23.9.1
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: 'v0.0.278'
18+
rev: 'v0.0.291'
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)