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 edb1582 commit e54ffc3Copy full SHA for e54ffc3
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
exclude: "(.idea|node_modules|.tox)"
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.5.0
+ rev: v4.6.0
7
hooks:
8
- id: trailing-whitespace
9
exclude: ".+cfg"
@@ -22,15 +22,15 @@ repos:
22
23
- id: isort
24
- repo: https://github.com/psf/black
25
- rev: 24.2.0
+ rev: 24.4.2
26
27
- id: black
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: 'v0.2.1'
+ rev: 'v0.4.3'
30
31
- id: ruff
32
- repo: https://github.com/asottile/pyupgrade
33
- rev: v3.15.0
+ rev: v3.15.2
34
35
- id: pyupgrade
36
args:
0 commit comments