Skip to content

Commit 8f89853

Browse files
committed
Update instructions about Pylint
1 parent b5dba92 commit 8f89853

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ This project follows Google coding conventions, with a few changes that are most
7474
configuration files at the top level of the source tree and in `dev_tools/conf/`. The following
7575
files configure various tools to the project conventions:
7676

77-
* `dev_tools/conf/.pylintrc`: Python code
78-
7977
* `.editorconfig`: basic code editor configuration
8078

8179
* `.hadolint.yaml`: Dockerfiles
@@ -84,6 +82,10 @@ files configure various tools to the project conventions:
8482

8583
* `.markdownlintrc`: Markdown files
8684

85+
* `.pylintrc`: Python file lint
86+
87+
* `.pyproject.toml`: Python tools other than Pylint
88+
8789
* `.yamllint.yaml`: YAML files
8890

8991
#### Code comment conventions
@@ -220,7 +222,8 @@ check/mypy
220222
### Linting and formatting
221223
222224
Code should meet common style standards for Python and be free of error-prone constructs. We use
223-
[Pylint](https://www.pylint.org/) to check for code lint and [Black](https://github.com/psf/black) for formatting code.
225+
[Pylint](https://www.pylint.org/) to check for code lint and [Black](https://github.com/psf/black)
226+
for formatting code.
224227
225228
* To check that code is formatted properly after editing Python files:
226229

0 commit comments

Comments
 (0)