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