Skip to content

Commit a0eea79

Browse files
Update pre-commit dependencies
1 parent df2c6c4 commit a0eea79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ repos:
1919

2020
# Can run individually with `pre-commit run mypy --all-files`
2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.15.0
22+
rev: v1.16.0
2323
hooks:
2424
- id: mypy
2525
args: ["--config=pyproject.toml", "--show-error-codes"]
2626
verbose: true
2727
additional_dependencies: ['types-requests', 'types-PyYAML']
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.11.11
30+
rev: v0.11.12
3131
hooks:
3232
# Sort the imports
3333
- id: ruff

0 commit comments

Comments
 (0)