diff --git a/.cookiecutter.json b/.cookiecutter.json index 2b3daaa..5453403 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,10 +1,10 @@ { + "_dest_dir": "worktree", "_template": "../cookiecutter-python-cli", "author_email": "tomi@nomi.cz", "author_github": "liskin", "author_name": "Tom\u00e1\u0161 Janou\u0161ek", "author_paypal": "lisknisi", - "dest_dir": "worktree", "hyphenated": "strava-offline", "name": "strava-offline", "underscored": "strava_offline" diff --git a/pyproject.toml b/pyproject.toml index 62db1be..4486244 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,6 @@ dev = [ "flake8", "isort >= 5.0", "mypy >= 0.900", - "pyflakes >= 2.2.0", "twine", "types-PyYAML", ]