We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5426444 commit 1258847Copy full SHA for 1258847
2 files changed
fastapi_template/template/{{cookiecutter.project_name}}/README.md
@@ -126,7 +126,6 @@ By default it runs:
126
* mypy (validates types);
127
* isort (sorts imports in all files);
128
* flake8 (spots possibe bugs);
129
-* yesqa (removes useless `# noqa` comments).
130
131
132
You can read more about pre-commit here: https://pre-commit.com/
fastapi_template/template/{{cookiecutter.project_name}}/pyproject.toml
@@ -125,7 +125,6 @@ pytest = "^7.1.3"
125
flake8 = "~4.0.1"
mypy = "^0.981"
isort = "^5.10.1"
-yesqa = "^1.4.0"
pre-commit = "^2.20.0"
wemake-python-styleguide = "^0.17.0"
black = "^22.8.0"
0 commit comments