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 9bbe694Copy full SHA for 9bbe694
.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)
@@ -19,7 +19,7 @@ repos:
19
- id: check-yaml
20
- id: check-added-large-files
21
- repo: https://github.com/asottile/pyupgrade
22
- rev: v3.15.0
+ rev: v3.15.1
23
24
- id: pyupgrade
25
args: ["--py38-plus"]
0 commit comments