Skip to content

Commit c495d3d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.2.2](astral-sh/ruff-pre-commit@v0.2.1...v0.2.2) - [github.com/psf/black: 24.1.1 → 24.2.0](psf/black@24.1.1...24.2.0) - [github.com/jsh9/pydoclint: 0.4.0 → 0.4.1](jsh9/pydoclint@0.4.0...0.4.1)
1 parent 55f1e31 commit c495d3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 'v0.2.1'
4+
rev: 'v0.2.2'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
88
exclude: test.*
99
- repo: https://github.com/psf/black
10-
rev: 24.1.1
10+
rev: 24.2.0
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -49,7 +49,7 @@ repos:
4949
args: [--no-strict-optional, --ignore-missing-imports]
5050
additional_dependencies: ["pydantic>2.0", "toml", "types-all"]
5151
- repo: https://github.com/jsh9/pydoclint
52-
rev: 0.4.0
52+
rev: 0.4.1
5353
hooks:
5454
- id: pydoclint
5555
args:

0 commit comments

Comments
 (0)