Skip to content

Commit 29aef1b

Browse files
authored
docs: use correct config example
1 parent aa3feac commit 29aef1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ testing.
6161
- Please use [type hints][py-typing] for all function/method signatures
6262
(exception: tests)
6363
- Please use the following linters (see configuration files in the repository's
64-
root directory, _e.g._ `setup.cfg`, for settings):
64+
root directory, _e.g._ `pylint.cfg`, for settings):
6565
- [`flake8`][py-flake8]
6666
- [`mypy`][py-mypy] to help with type hints
6767
- [`pylint`][py-pylint] (use available [configuration][py-pylint-conf])

0 commit comments

Comments
 (0)