Skip to content

Commit 2dcde9d

Browse files
authored
Merge pull request #2 from callowayproject/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 9bd83d2 + 47dfad9 commit 2dcde9d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
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.14.0'
4+
rev: 'v0.14.10'
55
hooks:
66
- id: ruff-format
77
- id: ruff-check
@@ -27,7 +27,7 @@ repos:
2727
exclude: "^tests/resources/"
2828
- id: fix-byte-order-marker
2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v3.21.0
30+
rev: v3.21.2
3131
hooks:
3232
- id: pyupgrade
3333
args: ["--keep-runtime-typing", ]
@@ -37,14 +37,14 @@ repos:
3737
- id: detect-secrets
3838
additional_dependencies: ["gibberish-detector"]
3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v1.18.2
40+
rev: v1.19.1
4141
hooks:
4242
- id: mypy
4343
args: [--no-strict-optional, --ignore-missing-imports, --check-untyped-defs]
4444
additional_dependencies: ["toml"]
4545
exclude: test.*
4646
- repo: https://github.com/jsh9/pydoclint
47-
rev: 0.7.3
47+
rev: 0.8.3
4848
hooks:
4949
- id: pydoclint
5050
args:
@@ -56,7 +56,7 @@ repos:
5656
- id: interrogate
5757
exclude: test.*
5858
- repo: https://github.com/python-jsonschema/check-jsonschema
59-
rev: 0.34.0
59+
rev: 0.36.0
6060
hooks:
6161
- id: check-github-actions
6262
- id: check-github-workflows

0 commit comments

Comments
 (0)