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 c57f2da commit 73c6498Copy full SHA for 73c6498
.pre-commit-config.yaml
@@ -16,12 +16,10 @@
16
17
repos:
18
- repo: https://github.com/psf/black
19
- rev: 24.1.1
+ rev: 25.1.0
20
hooks:
21
- id: black
22
- language_version: python3.10
23
- repo: https://github.com/PyCQA/isort
24
rev: 5.13.2
25
26
- id: isort
27
0 commit comments