File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
script : tests
24
24
- python_version : " 3.12"
25
25
script : tests
26
-
26
+
27
27
name : " py${{ matrix.python_version }} / ${{ matrix.script }}"
28
28
runs-on : ubuntu-latest
29
29
Original file line number Diff line number Diff line change 6
6
7
7
repos :
8
8
- repo : https://github.com/pre-commit/pre-commit-hooks
9
- rev : v4.6 .0
9
+ rev : v5.0 .0
10
10
hooks :
11
11
- id : trailing-whitespace
12
12
- id : end-of-file-fixer
24
24
- id : isort
25
25
26
26
- repo : https://github.com/PyCQA/flake8
27
- rev : " 7.1.0 "
27
+ rev : " 7.1.1 "
28
28
hooks :
29
29
- id : flake8
30
30
@@ -36,16 +36,16 @@ repos:
36
36
additional_dependencies : ["types-requests", "types-docutils"]
37
37
38
38
- repo : https://github.com/asottile/pyupgrade
39
- rev : " v3.16.0 "
39
+ rev : " v3.19.1 "
40
40
hooks :
41
41
- id : pyupgrade
42
42
43
43
- repo : https://github.com/PyCQA/doc8
44
- rev : " v1.1.1 "
44
+ rev : " v1.1.2 "
45
45
hooks :
46
46
- id : doc8
47
47
48
48
- repo : https://github.com/floatingpurr/sync_with_poetry
49
- rev : 1.1 .0
49
+ rev : 1.2 .0
50
50
hooks :
51
51
- id : sync_with_poetry
You can’t perform that action at this time.
0 commit comments