File tree 2 files changed +29
-29
lines changed 2 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 1
1
# See https://pre-commit.com for more information
2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
- - repo : https://github.com/pre-commit/pre-commit-hooks
4
+ - repo : https://github.com/pre-commit/pre-commit-hooks
5
5
rev : v3.4.0
6
6
hooks :
7
- - id : trailing-whitespace
8
- - id : end-of-file-fixer
7
+ - id : trailing-whitespace
8
+ - id : end-of-file-fixer
9
9
exclude : ^playwright/drivers/browsers.json$
10
- - id : check-yaml
11
- - repo : https://github.com/psf/black
10
+ - id : check-yaml
11
+ - id : requirements-txt-fixer
12
+ - repo : https://github.com/psf/black
12
13
rev : 20.8b1
13
14
hooks :
14
- - id : black
15
- - repo : https://github.com/pre-commit/mirrors-mypy
15
+ - id : black
16
+ - repo : https://github.com/pre-commit/mirrors-mypy
16
17
rev : v0.812
17
18
hooks :
18
- - id : mypy
19
- - repo : https://gitlab.com/pycqa/flake8
19
+ - id : mypy
20
+ - repo : https://gitlab.com/pycqa/flake8
20
21
rev : 3.8.4
21
22
hooks :
22
- - id : flake8
23
- - repo : https://github.com/pycqa/isort
23
+ - id : flake8
24
+ - repo : https://github.com/pycqa/isort
24
25
rev : 5.7.0
25
26
hooks :
26
- - id : isort
27
+ - id : isort
Original file line number Diff line number Diff line change 1
- autobahn==21.2.2
1
+ auditwheel==3.3.1
2
+ autobahn==21.3.1
3
+ black==20.8b1
4
+ flake8==3.8.4
5
+ flaky==3.7.0
6
+ mypy==0.812
7
+ objgraph==3.5.0
8
+ pandas==1.2.3
9
+ Pillow==8.1.0
10
+ pixelmatch==0.2.3
11
+ pre-commit==2.10.1
12
+ pyOpenSSL==20.0.1
2
13
pytest==6.2.2
3
14
pytest-asyncio==0.14.0
4
15
pytest-cov==2.11.1
5
16
pytest-sugar==0.9.4
6
- pytest-xdist==2.2.1
7
17
pytest-timeout==1.4.2
8
- flaky==3.7.0
9
- pixelmatch==0.2.3
10
- Pillow==8.1.0
11
- mypy==0.812
18
+ pytest-xdist==2.2.1
19
+ service_identity==18.1.0
12
20
setuptools==54.0.0
13
- # TODO: use PyPi version after >20.3.0 is released
14
- git+https://github.com/twisted/twisted.git@4ff22287cab3b54f51cee41ea2619e72d1bff2e4
15
- wheel==0.36.2
16
- auditwheel==3.3.1
17
- black==20.8b1
18
- pre-commit==2.10.1
19
- flake8==3.8.4
20
21
twine==3.3.0
21
- pyOpenSSL==20.0.1
22
- service_identity==18.1.0
23
- pandas==1.2.2
24
- objgraph==3.5.0
22
+ twisted==21.2.0
23
+ wheel==0.36.2
You can’t perform that action at this time.
0 commit comments