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 8a694ff commit 6d9c7e2Copy full SHA for 6d9c7e2
.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: 23.12.1
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