Skip to content

Commit f92e373

Browse files
CI on behalf of the Schemathesis teamStranger6667
authored andcommitted
chore: Update pre-commit
1 parent a5ebebf commit f92e373

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
@@ -30,20 +30,20 @@ repos:
3030
- id: relint
3131

3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.10.1
33+
rev: v1.11.0
3434
hooks:
3535
- id: mypy
3636
exclude: ^(docs/|test/|test-corpus/|example/|benches/).*$
3737
args: ["--ignore-missing-imports"]
3838
additional_dependencies: [types-click, types-requests, types-PyYAML]
3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.5.1
41+
rev: v0.5.4
4242
hooks:
4343
- id: ruff-format
4444

4545
- repo: https://github.com/astral-sh/ruff-pre-commit
46-
rev: v0.5.1
46+
rev: v0.5.4
4747
hooks:
4848
- id: ruff
4949

0 commit comments

Comments
 (0)