Skip to content

Commit 17ed404

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: c59bba8fb259db0fec2bbb77ad8ba51ea7341b56 → 01a675ea018f2fb714478a5ffb83fcea8374bb06](astral-sh/ruff-pre-commit@c59bba8...01a675e) - [github.com/pre-commit/mirrors-mypy: d2823d321df3af8f878f7ee3414dc94d037145b9 → 41e691678310dfd3833f7ab4e180ddb014310356](pre-commit/mirrors-mypy@d2823d3...41e6916)
1 parent 9d6bd0c commit 17ed404

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ repos:
1313
- id: trailing-whitespace
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: "c59bba8fb259db0fec2bbb77ad8ba51ea7341b56" # frozen: v0.15.20
16+
rev: "01a675ea018f2fb714478a5ffb83fcea8374bb06" # frozen: v0.15.21
1717
hooks:
1818
- id: ruff
1919
args: [--fix, --show-fixes]
2020

2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: "d2823d321df3af8f878f7ee3414dc94d037145b9" # frozen: v2.1.0
22+
rev: "41e691678310dfd3833f7ab4e180ddb014310356" # frozen: v2.3.0
2323
hooks:
2424
- id: mypy
2525
files: src

0 commit comments

Comments
 (0)