We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b3ab0 commit 95727eeCopy full SHA for 95727ee
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v4.6.0
4
hooks:
5
- id: trailing-whitespace
6
- id: check-yaml
@@ -35,7 +35,7 @@ repos:
35
types: [text]
36
37
- repo: https://github.com/psf/black
38
- rev: 22.12.0
+ rev: 24.8.0
39
40
- id: black
41
language_version: python3
@@ -45,7 +45,7 @@ repos:
45
types: [python]
46
47
- repo: https://github.com/PyCQA/isort
48
- rev: "5.11.4" # Use the revision sha / tag you want to point at
+ rev: "5.13.2" # Use the revision sha / tag you want to point at
49
50
- id: isort
51
name: isort
0 commit comments