We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05bf94d commit 218fb1cCopy full SHA for 218fb1c
.pre-commit-config.yaml
@@ -15,12 +15,12 @@
15
# limitations under the License.
16
17
exclude: ^(.git/|.tox/|CHANGELOG.md|VERSION)
18
-default_stages: [commit]
+default_stages: [Nonepre-commitNone]
19
fail_fast: true
20
21
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
23
- rev: v4.6.0
+ rev: v5.0.0
24
hooks:
25
- id: trailing-whitespace
26
- id: end-of-file-fixer
@@ -36,12 +36,12 @@ repos:
36
args: ["--profile", "black"]
37
38
- repo: https://github.com/psf/black
39
- rev: 24.4.2
+ rev: 24.8.0
40
41
- id: black
42
43
- repo: https://github.com/PyCQA/flake8
44
- rev: 7.0.0
+ rev: 7.1.1
45
46
- id: flake8
47
args:
0 commit comments