Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 1d205ab

Browse files
author
staticdev
committed
Add pre-commit
1 parent 142c458 commit 1d205ab

File tree

2 files changed

+181
-3
lines changed

2 files changed

+181
-3
lines changed

poetry.lock

+179-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ classifiers = [
2828
]
2929

3030
[tool.poetry.dependencies]
31-
python = "^3.6"
31+
python = "^3.6.1"
3232
django = ">=2.0"
3333
importlib_metadata = {version = "^1.6.0", python = "<3.8"}
3434

3535
[tool.poetry.dev-dependencies]
3636
black = "^19.10b0"
37+
pre-commit = "^2.4.0"
3738

3839
[build-system]
3940
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)