Skip to content

Commit 1d6dc5c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.4](astral-sh/ruff-pre-commit@v0.1.3...v0.1.4) - [github.com/tox-dev/pyproject-fmt: 1.3.0 → 1.4.1](tox-dev/pyproject-fmt@1.3.0...1.4.1)
1 parent 54b3314 commit 1d6dc5c

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
@@ -28,12 +28,12 @@ repos:
2828
- id: pyupgrade
2929
args: [--py38-plus]
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.1.3
31+
rev: v0.1.4
3232
hooks:
3333
- id: ruff
3434
args: [--fix, --exit-non-zero-on-fix]
3535
- repo: https://github.com/tox-dev/pyproject-fmt
36-
rev: "1.3.0"
36+
rev: "1.4.1"
3737
hooks:
3838
- id: pyproject-fmt
3939
exclude: docs/examples/

0 commit comments

Comments
 (0)