In this PR I remove falke8, isort, autoflake for a better user experience (shorter waiting on commit).
In tests I replace result.project with result.project_path because of deprecation of project attribute.
From test output:
/opt/hostedtoolcache/Python/3.8.16/x64/lib/python3.8/site-packages/pytest_cookies/plugin.py:36: DeprecationWarning: project is deprecated and will be removed in a future release, please use project_path instead.
In this PR I remove falke8, isort, autoflake for a better user experience (shorter waiting on commit).
In tests I replace
result.project
withresult.project_path
because of deprecation ofproject
attribute.From test output: