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 c091b9a commit 12779caCopy full SHA for 12779ca
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# dependency. Make sure to update flake8-bugbear manually on a regular basis.
3
repos:
4
- repo: https://github.com/psf/black
5
- rev: 25.1.0
+ rev: 25.9.0
6
hooks:
7
- id: black
8
language_version: python3
@@ -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.13.0'
+ rev: 'v0.13.2'
15
16
- id: ruff
17
args: [--fix, --exit-non-zero-on-fix]
@@ -26,7 +26,7 @@ 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.18.1'
+ rev: 'v1.18.2'
30
31
- id: mypy
32
exclude: "examples|venv|ci|docs"
0 commit comments