Skip to content

Commit d094271

Browse files
committed
Fix spelling
1 parent 3bc54a3 commit d094271

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pylintrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
# A comma-separated list of package or module names from where C extensions may
77
# be loaded. Extensions are loading into the active Python interpreter and may
88
# run arbitrary code
9-
extension-pkg-whitelist=
9+
extension-pkg-whitelist= # codespell:ignore whitelist
1010

11-
# Add files or directories to the blacklist. They should be base names, not
11+
# Add files or directories to the blocklist. They should be base names, not
1212
# paths.
1313
ignore=.git,.tox
1414

15-
# Add files or directories matching the regex patterns to the blacklist. The
15+
# Add files or directories matching the regex patterns to the blocklist. The
1616
# regex matches against base names, not paths.
1717
ignore-patterns=
1818

@@ -52,7 +52,7 @@ confidence=
5252
# can either give multiple identifiers separated by comma (,) or put this
5353
# option multiple times (only on the command line, not in the configuration
5454
# file where it should appear only once).You can also use "--disable=all" to
55-
# disable everything first and then reenable specific checks. For example, if
55+
# disable everything first and then re-enable specific checks. For example, if
5656
# you want to run only the similarities checker, you can use "--disable=all
5757
# --enable=similarities". If you want to run only the classes checker, but have
5858
# no Warning level messages displayed, use"--disable=all --enable=classes

0 commit comments

Comments
 (0)