We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d110b commit 1a1452aCopy full SHA for 1a1452a
.pre-commit-config.yaml
@@ -16,13 +16,13 @@ repos:
16
doc/data/messages/m/missing-final-newline/bad.py|
17
)$
18
- repo: https://github.com/charliermarsh/ruff-pre-commit
19
- rev: "v0.0.260"
+ rev: "v0.0.261"
20
hooks:
21
- id: ruff
22
args: ["--fix"]
23
exclude: &fixtures tests(/\w*)*/functional/|tests/input|doc/data/messages|tests(/\w*)*data/
24
25
26
27
28
name: ruff-doc
@@ -91,7 +91,7 @@ repos:
91
files: ^(doc/(.*/)*.*\.rst)
92
additional_dependencies: [Sphinx==5.0.1]
93
- repo: https://github.com/pre-commit/mirrors-mypy
94
- rev: v1.1.1
+ rev: v1.2.0
95
96
- id: mypy
97
name: mypy
0 commit comments