Ai
3 Star 3 Fork 1

Gitee 极速下载/SQLAlchemy-Python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/zzzeek/sqlalchemy
克隆/下载
.pre-commit-config.yaml 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
Mike Bayer 提交于 2025-11-18 02:11 +08:00 . add TString support
default_language_version:
python: python3.14
repos:
- repo: https://github.com/python/black
rev: 25.11.0
hooks:
- id: black
- repo: https://github.com/sqlalchemyorg/zimports
rev: v0.7.0
hooks:
- id: zimports
- repo: https://github.com/pycqa/flake8
rev: 7.3.0
hooks:
- id: flake8
entry: python -m flake8p
additional_dependencies:
- flake8-pyproject
- flake8-import-order>=0.19.2
- flake8-import-single==0.1.5
- flake8-builtins
- flake8-future-annotations>=0.0.5
- flake8-docstrings>=1.6.0
- flake8-unused-arguments
- flake8-rst-docstrings
# flake8-rst-docstrings dependency, leaving it here
# in case it requires a version pin
- pydocstyle
- pygments
- repo: local
hooks:
- id: black-docs
name: Format docs code block with black
entry: python tools/format_docs_code.py -f
language: python
types: [rst]
exclude: README.*
additional_dependencies:
- black==25.9.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/SQLAlchemy-Python.git
git@gitee.com:mirrors/SQLAlchemy-Python.git
mirrors
SQLAlchemy-Python
SQLAlchemy-Python
main

搜索帮助