Skip to content

Commit ee05ce4

Browse files
authored
Add note that using config file will not handle import-names
Clarify the usage of ni-python-styleguide with flake8.
1 parent f07680b commit ee05ce4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ One can configure VSCode either in the [User 'settings.json' file](https://code.
135135
],
136136
```
137137

138-
(alternatively, tell `flake8` to use the ni-python-styleguide config)
138+
(alternatively, tell `flake8` to use the ni-python-styleguide config - although this method does not evaluate what the module's application-import-names are)
139139
```json
140140
"flake8.args": [
141141
"--config=.venv\\lib\\site-packages\\ni_python_styleguide\\config.ini"

0 commit comments

Comments
 (0)