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.
2 parents 626df4c + 2f9f71f commit 655f08bCopy full SHA for 655f08b
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
repos:
4
- repo: https://github.com/psf/black
5
# If you update the version here, also update it in tox.ini (py*-pytestlatest-linters)
6
- rev: 24.8.0
+ rev: 24.10.0
7
hooks:
8
- id: black
9
- repo: https://github.com/pycqa/isort
@@ -12,7 +12,7 @@ repos:
12
- id: isort
13
name: isort (python)
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v4.6.0
+ rev: v5.0.0
16
17
- id: trailing-whitespace
18
- id: end-of-file-fixer
0 commit comments