We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4899ec commit 582d618Copy full SHA for 582d618
.cruft.json
@@ -1,6 +1,6 @@
1
{
2
"template": ".",
3
- "commit": "757202d63c5e720d55fbd434d89ab8f45cd0c6bb",
+ "commit": "c4899ec894c43ac32a763a480b6fb0f209503ede",
4
"context": {
5
"cookiecutter": {
6
"project_name": "Cookiecutter template for new Python projects",
.pre-commit-config.yaml
@@ -34,6 +34,14 @@ repos:
34
- flake8-pyproject
35
- flake8-simplify
36
- pep8-naming
37
+ - repo: https://github.com/pycqa/autoflake
38
+ rev: v2.0.1
39
+ hooks:
40
+ - id: autoflake
41
+ - repo: https://github.com/asottile/pyupgrade
42
+ rev: v3.3.1
43
44
+ - id: pyupgrade
45
- repo: local
46
hooks:
47
- id: mypy
0 commit comments