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 2c01f4d commit ad4c255Copy full SHA for ad4c255
.pre-commit-config.yaml
@@ -32,14 +32,14 @@ repos:
32
args: [--no-pycodestyle, --max-line-length=88]
33
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
- rev: 8b76f04e7e5a9cd259e9d1db7799599355f97cdf # frozen: v0.8.2
+ rev: f0b5944bef86f50d875305821a0ab0d8c601e465 # frozen: v0.8.4
36
hooks:
37
- id: ruff
38
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
39
- id: ruff-format
40
41
- repo: https://github.com/pre-commit/mirrors-mypy
42
- rev: "f56614daa94d5cd733d3b7004c5df9caad267b4a" # frozen: v1.13.0
+ rev: "648203cec3e499b9eff54a24d6cf4b25ce02eb1e" # frozen: v1.14.0
43
44
- id: mypy
45
additional_dependencies:
0 commit comments