Skip to content

Commit 340b3ef

Browse files
author
Luís Gustavo
authored
In this pull request, black and flake8 were added as project dependencies. (#1)
* Add black and flake8 the project. * config flake8
1 parent d5b007d commit 340b3ef

3 files changed

Lines changed: 160 additions & 1 deletion

File tree

.flake8

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[flake8]
2+
ignore = E722, W503
3+
max-line-length = 100
4+
per-file-ignores =
5+
__init__.py: F401

poetry.lock

Lines changed: 153 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ fastapi = "^0.75.2"
1212
typer = "^0.4.1"
1313
rich = "^12.2.0"
1414
dynaconf = "^3.1.8"
15+
black = "^22.3.0"
16+
flake8 = "^4.0.1"
1517

1618
[tool.poetry.dev-dependencies]
1719
ipython = "^8.2.0"

0 commit comments

Comments
 (0)