We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b3ab0 commit 6485d00Copy full SHA for 6485d00
.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.9.1
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