File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v5 .0.0 # Use the ref you want to point at
4
+ rev : v6 .0.0 # Use the ref you want to point at
5
5
hooks :
6
6
- id : trailing-whitespace
7
7
- id : check-yaml
@@ -13,24 +13,24 @@ repos:
13
13
hooks :
14
14
- id : pyupgrade
15
15
- repo : https://github.com/pappasam/toml-sort
16
- rev : v0.24.2
16
+ rev : v0.24.3
17
17
hooks :
18
18
- id : toml-sort-fix
19
19
alias : toml
20
20
21
21
- repo : https://github.com/tox-dev/tox-ini-fmt
22
- rev : 1.5 .0
22
+ rev : 1.6 .0
23
23
hooks :
24
24
- id : tox-ini-fmt
25
25
- repo : https://github.com/astral-sh/ruff-pre-commit
26
- rev : v0.11.13
26
+ rev : v0.13.0
27
27
hooks :
28
28
- id : ruff-format
29
29
alias : ruff
30
30
- id : ruff-check
31
31
alias : ruff
32
32
- repo : https://github.com/pre-commit/mirrors-mypy
33
- rev : v1.16.0
33
+ rev : v1.18.1
34
34
hooks :
35
35
- id : mypy
36
36
# empty args needed in order to match mypy cli behavior
42
42
- types-setuptools
43
43
- types-docutils
44
44
- repo : https://github.com/PyCQA/pylint
45
- rev : v3.3.7
45
+ rev : v3.3.8
46
46
hooks :
47
47
- id : pylint
48
48
additional_dependencies :
You can’t perform that action at this time.
0 commit comments