We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab490b commit 023294aCopy full SHA for 023294a
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- "--py37-plus"
12
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: "v0.8.4"
+ rev: "v0.8.6"
15
hooks:
16
- id: ruff
17
args: ["--fix"]
@@ -46,7 +46,7 @@ repos:
46
language: python
47
files: \.py$
48
- repo: https://github.com/pre-commit/mirrors-mypy
49
- rev: v1.14.0
+ rev: v1.14.1
50
51
- id: mypy
52
exclude: (docs|pyfakefs/tests)
0 commit comments