Skip to content

Commit b74d366

Browse files
committed
Adicionada Flake8 como dependencia
#12
1 parent 9648034 commit b74d366

8 files changed

Lines changed: 48 additions & 2 deletions

File tree

.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libpythonpro-1.iml

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ Link para o curso [Python Pro](https://www.python.pro.br/)
1111
[![Python 3](https://pyup.io/repos/github/pythonprobr/libpythonpro/python-3-shield.svg)](https://pyup.io/repos/github/pythonprobr/libpythonpro/)
1212
[![codecov](https://codecov.io/gh/pythonprobr/libpythonpro/branch/master/graph/badge.svg)](https://codecov.io/gh/pythonprobr/libpythonpro)
1313

14-
Suportada versão 3 de Python
14+
Suportada versão 3 de Pythonex
1515

1616
Para instalar:
1717

1818
```console
19+
python -m venv .venv
20+
.venv\Scripts\activate
21+
pip install -r riquerements-dev.txt
1922
pip install pipenv
2023
pipenv install --dev
2124
```

libpythonpro/github_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
def buscar_avatar(usuario):
55
"""
66
Busca o avatar de um usuário no Github
7-
87
:param usuario: str com o nome de usuário no github
98
:return: str com o link do avatar
109
"""

0 commit comments

Comments
 (0)