Skip to content

Commit 6b27942

Browse files
[pre-commit.ci] pre-commit autoupdate (#137)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7682e4a commit 6b27942

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,7 +5,7 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/psf/black
8-
rev: 23.12.0
8+
rev: 23.12.1
99
hooks:
1010
- id: black
1111
- repo: https://github.com/tox-dev/tox-ini-fmt
@@ -19,7 +19,7 @@ repos:
1919
- id: pyproject-fmt
2020
additional_dependencies: ["tox>=4.11.4"]
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.1.8"
22+
rev: "v0.1.9"
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)