We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33276fa commit 37bfb42Copy full SHA for 37bfb42
1 file changed
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
- repo: https://github.com/pycqa/isort
3
- rev: 5.12.0
+ rev: 5.13.2
4
hooks:
5
- id: isort
6
name: isort (python)
7
8
- repo: https://github.com/psf/black-pre-commit-mirror
9
- rev: 23.10.1
+ rev: 23.12.0
10
11
- id: black
12
@@ -21,7 +21,7 @@ repos:
21
- id: trailing-whitespace
22
23
- repo: https://github.com/tox-dev/pyproject-fmt
24
- rev: 1.4.1
+ rev: 1.5.3
25
26
- id: pyproject-fmt
27
additional_dependencies: [tox]
0 commit comments