File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - id : requirements-txt-fixer
1313 - id : double-quote-string-fixer
1414- repo : https://github.com/PyCQA/flake8
15- rev : 3.9.2
15+ rev : 4.0.1
1616 hooks :
1717 - id : flake8
1818 additional_dependencies : [flake8-typing-imports==1.10.0]
@@ -40,11 +40,11 @@ repos:
4040 - id : add-trailing-comma
4141 args : [--py36-plus]
4242- repo : https://github.com/asottile/setup-cfg-fmt
43- rev : v1.17 .0
43+ rev : v1.18 .0
4444 hooks :
4545 - id : setup-cfg-fmt
4646- repo : https://github.com/pre-commit/mirrors-mypy
47- rev : v0.910
47+ rev : v0.910-1
4848 hooks :
4949 - id : mypy
5050 additional_dependencies : [types-all]
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ classifiers =
1717 Programming Language :: Python :: 3.7
1818 Programming Language :: Python :: 3.8
1919 Programming Language :: Python :: 3.9
20+ Programming Language :: Python :: 3.10
2021 Programming Language :: Python :: Implementation :: CPython
2122 Programming Language :: Python :: Implementation :: PyPy
2223
Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ def test_local_conda_additional_dependencies(store):
111111 'name' : 'local-conda' ,
112112 'entry' : 'python' ,
113113 'language' : 'conda' ,
114- 'args' : ['-c' , 'import tzdata ; print("OK")' ],
115- 'additional_dependencies' : ['python-tzdata ' ],
114+ 'args' : ['-c' , 'import botocore ; print("OK")' ],
115+ 'additional_dependencies' : ['botocore ' ],
116116 }],
117117 }
118118 hook = _get_hook (config , store , 'local-conda' )
You can’t perform that action at this time.
0 commit comments