Skip to content

Commit 98e2bff

Browse files
paveldroosobolevn
authored andcommitted
Updated CONTRIBUTING.md: flake8's default .venv folder excluding (#218)
* Updated CONTRIBUTING.md: flake8's default .venv folder excluding * Updated CONTRIBUTING.md: flake8's default .venv folder excluding
1 parent d3fc8a7 commit 98e2bff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ To run linting:
4545
```bash
4646
flake8 .
4747
```
48+
Keep in mind: default virtual environment folder excluded by flake8 style checking is `.venv`.
49+
If you want to customize this parameter, you should do this in `setup.cfg`.
4850

4951
These steps are mandatory during the CI.
5052

0 commit comments

Comments
 (0)