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 5581e77 commit 8706774Copy full SHA for 8706774
.pre-commit-config.yaml
@@ -3,11 +3,11 @@
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: 23.11.0
+ rev: 24.2.0
7
hooks:
8
- id: black
9
- repo: https://github.com/pycqa/isort
10
- rev: 5.12.0
+ rev: 5.13.2
11
12
- id: isort
13
name: isort (python)
0 commit comments