Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding flake8 rules to pyproject.toml #56

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sergey-serebryakov
Copy link
Contributor

To use flake8 with configuration stored in pyproject.toml file, the following packages need to be installed:

pip install flake8 Flake8-pyproject

Run flake8 checks against the source code (or integrate with your development environment):

flake8 ./examples/example-get-started

To use flake8 with configuration stored in `pyproject.toml` file, the following packages need to be installed:

```shell
pip install flake8 Flake8-pyproject
```

Run flake8 checks against the source code (or integrate with your development environment):

```shell
flake8 ./examples/example-get-started
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant