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 d0b9b28 commit be26dadCopy full SHA for be26dad
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 24.10.0
+ rev: 25.1.0
4
hooks:
5
- id: black
6
name: black
@@ -23,7 +23,7 @@ repos:
23
additional_dependencies: [".[jupyter]"]
24
25
- repo: https://github.com/pycqa/flake8
26
- rev: 7.1.1
+ rev: 7.1.2
27
28
- id: flake8
29
additional_dependencies:
@@ -48,7 +48,7 @@ repos:
48
args: [--py310-plus]
49
50
- repo: https://github.com/PyCQA/isort
51
- rev: 5.13.2
+ rev: 6.0.1
52
53
- id: isort
54
name: isort (python)
@@ -88,7 +88,7 @@ repos:
88
additional_dependencies: [".[toml]"]
89
90
- repo: https://github.com/pre-commit/mirrors-mypy
91
- rev: v1.14.1
+ rev: v1.15.0
92
93
- id: mypy
94
language_version: python3.12
0 commit comments