Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save donghyeon-kim98/f1e78f1d41fe06276f43974e970f8104 to your computer and use it in GitHub Desktop.
Save donghyeon-kim98/f1e78f1d41fe06276f43974e970f8104 to your computer and use it in GitHub Desktop.
[tool.black]
line-length = 120
[tool.isort]
line_length = 120
profile = "black"
known_first_party = ["utils"]
[tool.poetry]
name = "example"
version = "0.1.0"
description = ""
authors = [""]
[tool.poetry.dependencies]
python = "^3.8"
apache-airflow = ">=1.10.10, <2.0.0"
SQLAlchemy = "1.3.15"
paramiko = "^2.7.2"
sshtunnel = "^0.4.0"
[tool.poetry.dev-dependencies]
pre-commit = "^2.11.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment