Skip to content

Commit cc05c47

Browse files
authored
Merge pull request #297 from E3SM-Project/update-pre-commit-deps
Update pre-commit and its dependencies
2 parents 0f20606 + 94b88d7 commit cc05c47

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.17.1
22+
rev: v1.18.1
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.12.12
30+
rev: v0.13.0
3131
hooks:
3232
# Sort the imports
3333
- id: ruff-check

0 commit comments

Comments
 (0)