File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - " 3.9"
1414 - " 3.10"
1515 - " 3.11"
16- - " 3.12"
1716
1817 steps :
1918 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 4747 - " 3.9"
4848 - " 3.10"
4949 - " 3.11"
50- - " 3.12"
5150 driver :
5251 - mysql
5352 - https
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.1 .0
3+ rev : v4.4 .0
44 hooks :
55 - id : trailing-whitespace
66 - id : end-of-file-fixer
@@ -15,31 +15,31 @@ repos:
1515 - id : double-quote-string-fixer
1616 - id : requirements-txt-fixer
1717- repo : https://github.com/PyCQA/flake8
18- rev : 5 .0.4
18+ rev : 6 .0.0
1919 hooks :
2020 - id : flake8
2121 exclude : singlestoredb/clients/pymysqlsv/
2222 additional_dependencies : [flake8-typing-imports==1.12.0]
2323- repo : https://github.com/pre-commit/mirrors-autopep8
24- rev : v1.6.0
24+ rev : v2.0.2
2525 hooks :
2626 - id : autopep8
2727- repo : https://github.com/asottile/reorder_python_imports
28- rev : v2.6 .0
28+ rev : v3.10 .0
2929 hooks :
3030 - id : reorder-python-imports
3131 args : [--py36-plus]
3232- repo : https://github.com/asottile/add-trailing-comma
33- rev : v2.2.1
33+ rev : v3.0.0
3434 hooks :
3535 - id : add-trailing-comma
3636 args : [--py36-plus]
3737- repo : https://github.com/asottile/setup-cfg-fmt
38- rev : v1.20 .0
38+ rev : v2.4 .0
3939 hooks :
4040 - id : setup-cfg-fmt
4141- repo : https://github.com/pre-commit/mirrors-mypy
42- rev : v1.3.0
42+ rev : v1.4.1
4343 hooks :
4444 - id : mypy
4545 additional_dependencies : [types-all]
Original file line number Diff line number Diff line change 9090html_static_path = ['_static' ]
9191
9292pygments_style = 'monokai'
93- #pygments_dark_style = 'monokai'
93+ # pygments_dark_style = 'monokai'
Original file line number Diff line number Diff line change @@ -8,16 +8,12 @@ url = https://github.com/singlestore-labs/singlestoredb-python
88author = SingleStore
99author_email = support@singlestore.com
1010license = Apache-2.0
11- license_file = LICENSE
1211license_files = LICENSE
1312classifiers =
1413 Development Status :: 4 - Beta
1514 License :: OSI Approved :: Apache Software License
1615 Programming Language :: Python :: 3
1716 Programming Language :: Python :: 3 :: Only
18- Programming Language :: Python :: 3.8
19- Programming Language :: Python :: 3.9
20- Programming Language :: Python :: 3.10
2117 Topic :: Database
2218
2319[options]
You can’t perform that action at this time.
0 commit comments