Skip to content

Commit

Permalink
chore: bump pylint, update pylint.rc for pylint 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Jan 15, 2023
1 parent 70a69c4 commit b840427
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ signature-mutators=
[EXCEPTIONS]

# Exceptions that will emit a warning when caught.
overgeneral-exceptions=BaseException,
Exception
overgeneral-exceptions=builtins.BaseException,
builtins.Exception


[SIMILARITIES]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pycodestyle>=2.8.0,<3.0.0
pydocstyle>=6.1.1,<7.0.0
pyfakefs>=5.0.0,<6.0.0
pylama>=8.4.0,<9.0.0
pylint==2.15.9
pylint==2.15.10
pytest-asyncio>=0.17.0,<1.0.0
pytest-cov>=3.0.0,<5.0.0
pytest>=7.0.0,<8.0.0
Expand Down

0 comments on commit b840427

Please sign in to comment.