Ready for merge

pull/855/head
Dov Benyomin Sohacheski 2 years ago
parent a8c6188c46
commit 31d6d98988

@ -6,17 +6,18 @@ repos:
name: Run isort to sort imports in Python files
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
- id: check-toml
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
args: [ --markdown-linebreak-ext=md ]
args:
- --markdown-linebreak-ext=md
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.10.1
hooks:
- id: black
name: Run black (python formatter)

@ -10,7 +10,7 @@ repository = "https://github.com/mingrammer/diagrams"
include = ["resources/**/*"]
[tool.poetry.dependencies]
python = "^3.7"
python = "^3.9"
graphviz = ">=0.13.2,<0.21.0"
jinja2 = ">=2.10,<4.0"
typed-ast = "^1.5.4"

Loading…
Cancel
Save