Skip to content

Instantly share code, notes, and snippets.

View NatalNW's full-sized avatar
:octocat:

Natal NatalNW

:octocat:
  • Cipher S.A.
  • São Paulo, Brasil
View GitHub Profile
@NatalNW
NatalNW / Makefile-Python
Created May 4, 2022 16:50
Makefile for Python using poetry
.PHONY: install format lint test sec
install:
poetry install
poetry shell
format:
isort .
blue .
lint:
prospector --with-tool pep257 --doc-warning
sec:
@NatalNW
NatalNW / instalação_ansible_awx_linux.md
Last active June 7, 2024 22:48
Guia de Instalação Ansible AWX para Linux