We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd2d95 commit e089ea4Copy full SHA for e089ea4
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 24.1.1 # Replace by any tag/version: https://github.com/psf/black/tags
+ rev: 24.8.0 # Replace by any tag/version: https://github.com/psf/black/tags
4
hooks:
5
- id: black
6
language_version: python3
@@ -12,7 +12,7 @@ repos:
12
name: isort (python)
13
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v4.5.0
+ rev: v4.6.0
16
17
- id: end-of-file-fixer
18
- id: trailing-whitespace
0 commit comments