We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13abab commit fea794aCopy full SHA for fea794a
2 files changed
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 25.1.0
+ rev: 26.1.0
4
hooks:
5
- id: black
6
args: [--line-length=127]
7
8
- repo: https://github.com/pycqa/isort
9
- rev: 6.0.1
+ rev: 7.0.0
10
11
- id: isort
12
args: [--profile=black, --line-length=127]
@@ -18,6 +18,6 @@ repos:
18
args: [--max-line-length=127]
19
20
- repo: https://github.com/pre-commit/mirrors-mypy
21
- rev: v1.17.1
+ rev: v1.19.1
22
23
- id: mypy
0 commit comments