Skip to content

Commit d92cdb8

Browse files
committed
Have flake8 no longer ignore E203 or W503
Best to go with upstream defaults where appropriate to avoid surprising the user.
1 parent 0fcc247 commit d92cdb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.package_name}}/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ extra-dependencies = [
135135
]
136136

137137
[tool.hatch.envs.style.scripts]
138-
run-flake8 = "flake8 --ignore=E203,W503 src tests"
138+
run-flake8 = "flake8 src tests"
139139
run-isort = "isort src tests --profile black"
140140
run-isort-check = "run-isort --check-only"
141141
run-black = "black examples src tests"

0 commit comments

Comments
 (0)