Skip to content

Commit f82bf98

Browse files
[pre-commit.ci] pre-commit autoupdate (#1839)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.5](astral-sh/ruff-pre-commit@v0.1.4...v0.1.5) - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent febc04e commit f82bf98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ repos:
1313
- id: check-merge-conflict
1414
- id: end-of-file-fixer
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.1.4
16+
rev: v0.1.5
1717
hooks:
1818
- id: ruff
1919
args: ["--fix", "--exit-non-zero-on-fix"]
2020
- repo: https://github.com/psf/black
21-
rev: 23.10.1
21+
rev: 23.11.0
2222
hooks:
2323
- id: black
2424
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)