Summary
Improve code quality control by adding docstring linting and PEP8 naming checks to `pre-commit` hooks.
<!--- SKIP AUTOGENERATED NOTES --->
Contents ([282](https://github.com/octue/octue-sdk-python/pull/282))
Operations
- Add `pep8-naming` `flake8` extension to pre-commit hooks
- Add `pydocstyle` pre-commit hook
- Add style branch prefix
- Only exclude .git directory from pre-commit hooks
- Enforce PEP8 naming throughout repository
- Apply the new docstring linter throughout repository
Refactoring
- Remove unused test method
<!--- END AUTOGENERATED NOTES --->