Skip to content

Commit a6b2d92

Browse files
authored
Merge pull request #180 from pyoceans/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 2939743 + 4b5359d commit a6b2d92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ repos:
1818
- requirements-dev.txt
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.14.3
21+
rev: v0.14.4
2222
hooks:
2323
- id: ruff
2424
args: ["--fix", "--show-fixes"]
2525
- id: ruff-format
2626

2727
- repo: https://github.com/tox-dev/pyproject-fmt
28-
rev: "v2.11.0"
28+
rev: "v2.11.1"
2929
hooks:
3030
- id: pyproject-fmt
3131

3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.21.0
33+
rev: v3.21.1
3434
hooks:
3535
- id: pyupgrade
3636
args: [--py38-plus]

0 commit comments

Comments
 (0)