Skip to content

Commit d709a55

Browse files
[pre-commit.ci] pre-commit autoupdate (#236)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.0 → v0.1.1](astral-sh/ruff-pre-commit@v0.1.0...v0.1.1) - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0baea96 commit d709a55

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
@@ -5,12 +5,12 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: "v0.1.0"
8+
rev: "v0.1.1"
99
hooks:
1010
- id: ruff
1111
args: [--fix, --exit-non-zero-on-fix]
1212
- repo: https://github.com/psf/black
13-
rev: 23.9.1
13+
rev: 23.10.1
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/tox-dev/tox-ini-fmt

0 commit comments

Comments
 (0)