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 28be63d commit dcb9e2cCopy full SHA for dcb9e2c
.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
@@ -67,15 +67,15 @@ repos:
67
- id: text-unicode-replacement-char
68
69
- repo: https://github.com/PyCQA/flake8
70
- rev: 7.1.1
+ rev: 7.3.0
71
72
- id: flake8
73
additional_dependencies:
74
- flake8-bugbear
75
- flake8-implicit-str-concat
76
77
- repo: https://github.com/pre-commit/mirrors-mypy
78
- rev: v1.15.0
+ rev: v1.17.1
79
80
- id: mypy
81
args: [--ignore-missing-imports]
0 commit comments