Skip to content

Commit 1258847

Browse files
authored
Remove yesqa from pyproject.toml and README (#141)
* Remove yesqa form pyproject.toml * Remove yesqa from README
1 parent 5426444 commit 1258847

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

fastapi_template/template/{{cookiecutter.project_name}}/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ By default it runs:
126126
* mypy (validates types);
127127
* isort (sorts imports in all files);
128128
* flake8 (spots possibe bugs);
129-
* yesqa (removes useless `# noqa` comments).
130129
131130
132131
You can read more about pre-commit here: https://pre-commit.com/

fastapi_template/template/{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ pytest = "^7.1.3"
125125
flake8 = "~4.0.1"
126126
mypy = "^0.981"
127127
isort = "^5.10.1"
128-
yesqa = "^1.4.0"
129128
pre-commit = "^2.20.0"
130129
wemake-python-styleguide = "^0.17.0"
131130
black = "^22.8.0"

0 commit comments

Comments
 (0)