We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b3ab0 commit 8c65173Copy full SHA for 8c65173
.pre-commit-config.yaml
@@ -35,7 +35,7 @@ repos:
35
types: [text]
36
37
- repo: https://github.com/psf/black
38
- rev: 22.12.0
+ rev: 23.3.0
39
hooks:
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.12.0" # Use the revision sha / tag you want to point at
49
50
- id: isort
51
name: isort
0 commit comments