Skip to content

Commit

Permalink
Merge pull request #384 from akaihola/remove-pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola authored Aug 28, 2022
2 parents 0fd5a79 + 2e03be9 commit c99b2d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .pylintrc

This file was deleted.

2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Fixed
- Ignore linter lines which refer to files outside the common root of paths on the
command line. Fixes a failure when Pylint notifies about obsolete options in
``.pylintrc``.
- For linting Darker's own code base, require Pylint 2.6.0 or newer. This avoids the
need to skip the obsolete ``bad-continuation`` check now removed from Pylint.


1.5.0_ - 2022-04-23
Expand Down
1 change: 1 addition & 0 deletions constraints-oldest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ flake8-bugbear==22.1.11
flake8-comprehensions==3.7.0
mypy==0.940
Pygments==2.4.0
pylint==2.13.0
pytest==6.2.0
pytest-flake8==1.0.6
pytest-isort==1.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test =
flake8-comprehensions>=3.7.0
mypy>=0.940
pygments
pylint
pylint>=2.13.0
pytest>=6.2.0
pytest-darker
pytest-flake8>=1.0.6
Expand Down

0 comments on commit c99b2d0

Please sign in to comment.