File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
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 : v4.4 .0
4
+ rev : v4.5 .0
5
5
hooks :
6
6
- id : check-added-large-files
7
7
- id : check-ast
@@ -14,22 +14,22 @@ repos:
14
14
- id : trailing-whitespace
15
15
16
16
- repo : https://github.com/asottile/pyupgrade
17
- rev : v3.10.1
17
+ rev : v3.15.0
18
18
hooks :
19
19
- id : pyupgrade
20
20
args : [--py38-plus]
21
21
22
22
- repo : https://github.com/psf/black
23
- rev : 23.7.0
23
+ rev : 24.1.1
24
24
hooks :
25
25
- id : black
26
26
27
27
- repo : https://github.com/PyCQA/flake8
28
- rev : 6.1 .0
28
+ rev : 7.0 .0
29
29
hooks :
30
30
- id : flake8
31
31
32
32
- repo : https://github.com/PyCQA/isort
33
- rev : 5.12.0
33
+ rev : 5.13.2
34
34
hooks :
35
35
- id : isort
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ termcolor = ">=2.1.0"
31
31
packaging = " >=21.3"
32
32
33
33
[tool .poetry .dev-dependencies ]
34
- black = " ^23 .0"
35
- flake8 = " ^6 .0"
36
- isort = " ^5.12 "
34
+ black = " ^24 .0"
35
+ flake8 = " ^7 .0"
36
+ isort = " ^5.13 "
37
37
38
38
[tool .autopub ]
39
39
project-name = " pytest-sugar"
You can’t perform that action at this time.
0 commit comments