Skip to content

Commit 6d2c3ed

Browse files
[pre-commit.ci] pre-commit autoupdate (#137)
updates: - [github.com/tox-dev/pyproject-fmt: 1.7.0 → 1.8.0](tox-dev/pyproject-fmt@1.7.0...1.8.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.4.1](astral-sh/ruff-pre-commit@v0.3.7...v0.4.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 20cc9c1 commit 6d2c3ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ repos:
2424
- id: pretty-format-yaml
2525
args: [--autofix, --indent, '2']
2626
- repo: https://github.com/tox-dev/pyproject-fmt
27-
rev: 1.7.0
27+
rev: 1.8.0
2828
hooks:
2929
- id: pyproject-fmt
3030
- repo: https://github.com/psf/black
3131
rev: 24.4.0
3232
hooks:
3333
- id: black
3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.3.7
35+
rev: v0.4.1
3636
hooks:
3737
- id: ruff
3838
args: [--fix]

0 commit comments

Comments
 (0)