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 3ead8c2 commit 3c7ba4fCopy full SHA for 3c7ba4f
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
4
repos:
5
- repo: https://github.com/astral-sh/ruff-pre-commit
6
- rev: "v0.4.10"
+ rev: "v0.5.0"
7
hooks:
8
- id: ruff
9
args: ["--fix"]
@@ -15,7 +15,7 @@ repos:
15
args:
16
- --ignore-words-list=wronly,afile
17
- repo: https://github.com/asottile/blacken-docs
18
- rev: 1.16.0
+ rev: 1.18.0
19
20
- id: blacken-docs
21
additional_dependencies: [ black==22.12.0 ]
@@ -38,7 +38,7 @@ repos:
38
language: python
39
files: \.py$
40
- repo: https://github.com/pre-commit/mirrors-mypy
41
- rev: v1.10.0
+ rev: v1.10.1
42
43
- id: mypy
44
exclude: (docs|pyfakefs/tests)
0 commit comments