Skip to content

Commit 9c5b8d2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: 6fec9b7edb08fd9989088709d864a7826dc74e80 → 0c7b6c989466a93942def1f84baf36ddfcd60c83](astral-sh/ruff-pre-commit@6fec9b7...0c7b6c9) - [github.com/pre-commit/mirrors-mypy: 9f70dc58c23dfcca1b97af99eaeee3140a807c7e → d2823d321df3af8f878f7ee3414dc94d037145b9](pre-commit/mirrors-mypy@9f70dc5...d2823d3)
1 parent d62c13c commit 9c5b8d2

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
@@ -4,14 +4,14 @@
44

55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: 6fec9b7edb08fd9989088709d864a7826dc74e80 # frozen: v0.15.12
7+
rev: 0c7b6c989466a93942def1f84baf36ddfcd60c83 # frozen: v0.15.14
88
hooks:
99
- id: ruff
1010
args: [--fix, --exit-non-zero-on-fix]
1111
- id: ruff-format
1212
# 1.18.2 is the last mypy version compatible with Python 3.9
1313
- repo: https://github.com/pre-commit/mirrors-mypy
14-
rev: 9f70dc58c23dfcca1b97af99eaeee3140a807c7e # frozen: v1.18.2
14+
rev: d2823d321df3af8f878f7ee3414dc94d037145b9 # frozen: v2.1.0
1515
hooks:
1616
- id: mypy
1717
args: [

0 commit comments

Comments
 (0)