We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09fba1a + d6b4c75 commit 3ec9366Copy full SHA for 3ec9366
1 file changed
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: check-merge-conflict # Check for files that contain merge conflict strings.
15
- id: check-added-large-files # Prevent large files from being added to the repository.
16
- repo: https://github.com/psf/black-pre-commit-mirror
17
- rev: 26.3.0
+ rev: 26.3.1
18
hooks:
19
- id: black
20
- repo: https://github.com/pycqa/isort
0 commit comments