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 fe9e6b7 commit c1c2453Copy full SHA for c1c2453
.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
@@ -75,7 +75,7 @@ repos:
75
- flake8-implicit-str-concat
76
77
- repo: https://github.com/pre-commit/mirrors-mypy
78
- rev: v1.16.1
+ rev: v1.18.2
79
80
- id: mypy
81
args: [--ignore-missing-imports]
@@ -85,7 +85,7 @@ repos:
85
# The REUSE helper tool assists with achieving and confirming REUSE compliance.
86
# See: https://reuse.software/
87
- repo: https://github.com/fsfe/reuse-tool
88
- rev: v5.0.2
+ rev: v5.1.1
89
90
- id: reuse
91
0 commit comments