Skip to content

Commit b28202a

Browse files
authored
revert pylint config change. (#1527)
This reverts commit 7b585d9.
1 parent 0aa69d0 commit b28202a

File tree

6 files changed

+3
-72
lines changed

6 files changed

+3
-72
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
Just fork the repo and raise your PR against `dev` branch.
22

3-
Here are some of the items waiting to be done:
4-
https://github.com/pymodbus-dev/pymodbus/blob/dev/doc/TODO
3+
We always have more work than time, so feel free to open a discussion / issue on a theme you want to solve.

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,7 @@ Contributing
367367
------------------------------------------------------------
368368
Just fork the repo and raise your PR against `dev` branch.
369369

370-
Here are some of the items waiting to be done:
371-
https://github.com/pymodbus-dev/pymodbus/blob/dev/doc/TODO
370+
We always have more work than time, so feel free to open a discussion / issue on a theme you want to solve.
372371

373372
------------------------------------------------------------
374373
License Information

TODO

Lines changed: 0 additions & 1 deletion
This file was deleted.

TODO_add_checks

Lines changed: 0 additions & 2 deletions
This file was deleted.

TODO_pylint

Lines changed: 0 additions & 64 deletions
This file was deleted.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ deprecated-modules=regsub,TERMIOS,Bastion,rexec
194194
[pylint.exceptions]
195195

196196
# Exceptions that will emit a warning when being caught.
197-
overgeneral-exceptions=Exception
197+
overgeneral-exceptions=builtins.Exception
198198

199199
[pylint.deprecated_builtins]
200200

0 commit comments

Comments
 (0)