Skip to content

Instantly share code, notes, and snippets.

[MASTER]
# A comma-separated list of package or module names from where C extensions may
# be loaded. Extensions are loading into the active Python interpreter and may
# run arbitrary code.
extension-pkg-whitelist=
# Add files or directories to the blacklist. They should be base names, not
# paths.
ignore=CVS
[flake8]
exclude =
*migrations*,
__pycache__,
.pytest_cache,
venv,
.env,
.git*,
pytest*,
requirements*,
update-pip:
@pip install --upgrade pip
install: update-pip requirements.txt
@pip install -r requirements.txt
install-dev: requirements-dev.txt
@pip install -r requirements-dev.txt
run:
commitizen==2.24.0
pre-commit==2.18.1
pytest==7.1.1
python-dotenv==0.20.0
setuptools==60.10.0
setuptools==59.6.0
flask==2.0.3
requests==2.27.1
python-dotenv==0.20.0
gunicorn==20.1.0
{
"data": "Hello from github oauth json endpoint!"
}
web: gunicorn manage:app
name: "Development Build"
on:
push:
branches: [ development ]
pull_request:
branches: [ development ]
env:
APP_NAME: shields-io
name: Feature Development Build
on:
push:
branches-ignore: [development, staging, production, release]
workflow_dispatch:
jobs:
Build:
runs-on: ubuntu-latest