File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 2929 run : pip install pre-commit
3030
3131 - name : " Run pre-commit checks"
32- run : pre-commit run --all-files
32+ run : pre-commit run --hook-stage manual -- all-files
3333
3434 build :
3535 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1313 additional_dependencies :
1414 - " types-pytz"
1515 - " types-requests"
16+
17+ - repo : https://github.com/pycqa/isort
18+ rev : 5.6.4
19+ hooks :
20+ - id : isort
21+ args : [ "--profile", "black"]
Original file line number Diff line number Diff line change 4040 "pytest-runner" ,
4141 "click" ,
4242 "sqlalchemy_utils" ,
43+ "pre-commit" ,
44+ "black" ,
45+ "isort" ,
4346]
4447
4548setup (
7679 "Programming Language :: Python :: Implementation :: PyPy" ,
7780 "Topic :: Database :: Front-Ends" ,
7881 ],
79- python_requires = ' >=3.7' ,
82+ python_requires = " >=3.7" ,
8083 install_requires = ["pytz" , "requests" ],
8184 extras_require = {
8285 "all" : all_require ,
You can’t perform that action at this time.
0 commit comments