Skip to content

Commit 8f9d71a

Browse files
[pre-commit.ci] pre-commit autoupdate (#510)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent abf711a commit 8f9d71a

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
@@ -11,7 +11,7 @@ repos:
1111
- --target-version=py38
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
1313
# Ruff version.
14-
rev: 'v0.7.0'
14+
rev: 'v0.7.1'
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix]
@@ -26,13 +26,13 @@ repos:
2626
- --no-extra-eol
2727
- --detect-license-in-X-top-lines=5
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: 'v1.12.1'
29+
rev: 'v1.13.0'
3030
hooks:
3131
- id: mypy
3232
exclude: "examples|venv|ci|docs|conftest.py"
3333
additional_dependencies: [types-pyyaml>=6.0]
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.18.0
35+
rev: v3.19.0
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py38-plus]

0 commit comments

Comments
 (0)