Skip to content

Commit 68f9eee

Browse files
committed
Renamed version workflow to release
1 parent ec7b790 commit 68f9eee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
File renamed without changes.

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 'v0.4.3'
4+
rev: 'v0.4.7'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
@@ -11,7 +11,7 @@ repos:
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/codespell-project/codespell
14-
rev: v2.2.6
14+
rev: v2.3.0
1515
hooks:
1616
- id: codespell
1717
additional_dependencies:
@@ -56,7 +56,7 @@ repos:
5656
args: [--no-strict-optional, --ignore-missing-imports]
5757
additional_dependencies: ["pydantic>2.0", "toml", "types-all"]
5858
- repo: https://github.com/jsh9/pydoclint
59-
rev: 0.4.1
59+
rev: 0.4.2
6060
hooks:
6161
- id: pydoclint
6262
args:

0 commit comments

Comments
 (0)