just copy them into root directory of your new project.
git init
curl https://raw.githubusercontent.com/github/gitignore/master/Python.gitignore -o .gitignore
python -m venv .venv
source .venv/bin/activate
python -m pip install -U pip setuptools wheel poetry
poetry init -n
poetry add -D black flake8 isort mypy pre-commit pytest pytest-cov pytest-mock pytest-randomly
curl https://gist.githubusercontent.com/shiumachi/3372de6ed64a156652c01cf69749acf2/raw/.pre-commit-config.yaml -o .pre-commit-config.yaml
curl https://gist.githubusercontent.com/shiumachi/3372de6ed64a156652c01cf69749acf2/raw/.flake8 -o .flake8
pre-commit autoupdate
git init
curl https://raw.githubusercontent.com/github/gitignore/master/Python.gitignore -o .gitignore
python -m venv .venv
.venv\Scripts\Activate.ps1
python -m pip install -U pip setuptools wheel poetry
poetry init -n
poetry add -D black flake8 isort mypy pre-commit pytest pytest-cov pytest-mock pytest-randomly
curl https://gist.githubusercontent.com/shiumachi/3372de6ed64a156652c01cf69749acf2/raw/.pre-commit-config.yaml -o .pre-commit-config.yaml
curl https://gist.githubusercontent.com/shiumachi/3372de6ed64a156652c01cf69749acf2/raw/.flake8 -o .flake8
pre-commit autoupdate
poetry add pandas jupyter
poetry add click