File tree 2 files changed +15
-15
lines changed
2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.4 .0
3
+ rev : v4.5 .0
4
4
hooks :
5
5
- id : trailing-whitespace
6
6
- id : end-of-file-fixer
7
7
- id : check-yaml
8
8
- id : check-added-large-files
9
9
- repo : https://github.com/psf/black
10
- rev : 23 .3.0
10
+ rev : 24 .3.0
11
11
hooks :
12
12
- id : black
13
13
- repo : https://github.com/PyCQA/isort
14
- rev : 5.12.0
14
+ rev : 5.13.2
15
15
hooks :
16
16
- id : isort
17
17
- repo : https://github.com/pycqa/flake8
18
- rev : 6 .0.0
18
+ rev : 7 .0.0
19
19
hooks :
20
20
- id : flake8
21
21
exclude : " ^third_party/.*$"
Original file line number Diff line number Diff line change 1
- mypy == 1.2 .0
2
- black == 23 .3.0
3
- isort == 5.12.0
4
- flake8 == 6 .0.0
5
- pre-commit == 3.2.2
6
- pytest == 7.3 .1
7
- pytest-cov == 4.1 .0
8
- coverage == 7.2.6
9
- python-dotenv == 1.0.0
10
- build == 0.10.0
11
- twine == 4 .0.2
1
+ mypy == 1.9 .0
2
+ black == 24 .3.0
3
+ isort == 5.13.2
4
+ flake8 == 7 .0.0
5
+ pre-commit == 3.7.0
6
+ pytest == 8.1 .1
7
+ pytest-cov == 5.0 .0
8
+ coverage == 7.4.4
9
+ python-dotenv == 1.0.1
10
+ build == 1.2.1
11
+ twine == 5 .0.0
You can’t perform that action at this time.
0 commit comments