Skip to content

Commit

Permalink
Add flake8 linter as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jaagut committed Dec 29, 2021
1 parent a2fcbc9 commit d0b6dce
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 15 deletions.
78 changes: 64 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "PyTorchYolo"
version = "1.6.2"
version = "1.6.3"
readme = "README.md"
repository = "https://github.com/eriklindernoren/PyTorch-YOLOv3"
description = "Minimal PyTorch implementation of YOLO"
Expand All @@ -22,6 +22,7 @@ torchsummary = "^1.5.1"

[tool.poetry.dev-dependencies]
profilehooks = "^1.12.0"
flake8 = "^4.0.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit d0b6dce

Please sign in to comment.