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.
2 parents 72a2624 + eddbde3 commit 22cbf44Copy full SHA for 22cbf44
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.6.0
+ rev: v5.0.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
@@ -13,14 +13,14 @@ repos:
13
14
- id: isort
15
- repo: https://github.com/psf/black
16
- rev: 24.4.2
+ rev: 24.10.0
17
18
- id: black
19
- repo: https://github.com/PyCQA/flake8
20
- rev: 7.1.0
+ rev: 7.1.1
21
22
- id: flake8
23
- repo: https://github.com/pre-commit/mirrors-mypy
24
- rev: v1.10.1
+ rev: v1.14.1
25
26
- id: mypy
0 commit comments