8000
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 ea3a745 commit 3b31f12Copy full SHA for 3b31f12
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: check-added-large-files
6
- id: check-toml
@@ -9,16 +9,16 @@ repos:
9
types: [yaml]
10
- id: end-of-file-fixer
11
types: [text]
12
- stages: [commit, push, manual]
+ stages: [pre-commit, pre-push, manual]
13
- id: trailing-whitespace
14
15
16
- repo: https://github.com/PyCQA/isort
17
rev: 5.13.2
18
19
- id: isort
20
- repo: https://github.com/psf/black
21
- rev: 24.8.0
+ rev: 24.10.0
22
23
- id: black
24
- repo: https://github.com/asottile/pyupgrade
0 commit comments