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 abf711a commit 8f9d71aCopy full SHA for 8f9d71a
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- --target-version=py38
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
# Ruff version.
14
- rev: 'v0.7.0'
+ rev: 'v0.7.1'
15
hooks:
16
- id: ruff
17
args: [--fix, --exit-non-zero-on-fix]
@@ -26,13 +26,13 @@ repos:
26
- --no-extra-eol
27
- --detect-license-in-X-top-lines=5
28
- repo: https://github.com/pre-commit/mirrors-mypy
29
- rev: 'v1.12.1'
+ rev: 'v1.13.0'
30
31
- id: mypy
32
exclude: "examples|venv|ci|docs|conftest.py"
33
additional_dependencies: [types-pyyaml>=6.0]
34
- repo: https://github.com/asottile/pyupgrade
35
- rev: v3.18.0
+ rev: v3.19.0
36
37
- id: pyupgrade
38
args: [--py38-plus]
0 commit comments