Skip to content

Commit

Permalink
docs: review suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
  • Loading branch information
jacobtylerwalls and DanielNoord committed Jul 12, 2022
1 parent 7ff2c68 commit a6ba060
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/user_guide/usage/run.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ When the ``--recursive=y`` option is used, modules and packages are also accepte

This option makes ``pylint`` attempt to discover all modules (files ending with ``.py`` extension)
and all explicit packages (all directories containing a ``__init__.py`` file).
As of version 2.15, ``pylint`` will also discover namespace packages but for some edge
cases that are still under development (where you might still find ``--recursive=y`` useful).
As of version 2.15, ``pylint`` will also discover namespace packages but there are some edge
cases still under development (where you might still find ``--recursive=y`` useful).

Pylint **will not import** this package or module, but it does use Python internals
to locate them and as such is subject to the same rules and configuration.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ dependencies = [
"dill>=0.2",
"platformdirs>=2.2.0",
# Also upgrade requirements_test_min.txt if you are bumping astroid.
# Pinned to dev of next minor update to allow editable installs,
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
# see https://github.com/PyCQA/astroid/issues/1341
"astroid>=2.12.2,<=2.13.0-dev0",
"astroid>=2.12.2,<=2.14.0-dev0",
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.8",
"tomli>=1.1.0;python_version<'3.11'",
Expand Down

0 comments on commit a6ba060

Please sign in to comment.