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 a8acf84 commit 974d961Copy full SHA for 974d961
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v5.0.0
+ rev: v6.0.0
7
hooks:
8
# Prevent giant files from being committed
9
- id: check-added-large-files
@@ -64,15 +64,15 @@ repos:
64
- id: text-unicode-replacement-char
65
66
- repo: https://github.com/PyCQA/flake8
67
- rev: 7.1.1
+ rev: 7.3.0
68
69
- id: flake8
70
additional_dependencies:
71
- flake8-bugbear
72
- flake8-implicit-str-concat
73
74
- repo: https://github.com/pre-commit/mirrors-mypy
75
- rev: v1.15.0
+ rev: v1.18.2
76
77
- id: mypy
78
args: [--no-strict-optional, --ignore-missing-imports, --allow-untyped-global]
0 commit comments