Skip to content

Commit a258421

Browse files
committed
test1
1 parent 2f3939f commit a258421

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.cfg

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ include = pymodbus*
7474

7575
# Add files or directories matching the regex patterns to the ignore-list.
7676
ignore-paths=
77-
examples/v2.5.3,
78-
pymodbus/client/serial_asyncio,
77+
examples/common/tornado_twisted,
78+
examples/contrib/tornado_twisted,
79+
examples/contrib/libmodbus_client.py
7980
doc
8081
ignore-patterns=^\.#
8182

@@ -476,7 +477,7 @@ check-str-concat-over-line-jumps=no
476477
#max-line-length-suggestions=
477478

478479
[flake8]
479-
exclude = pymodbus/client/serial_asyncio, venv,.venv,.git,doc,build,examples/v2.5.3
480+
exclude = serial_asyncio, venv,.venv,.git,doc,build,examples/v2.5.3
480481
doctests = True
481482
max-line-length = 120
482483
# To work with Black
@@ -544,7 +545,7 @@ skip=doc,venv,.venv,.git,CHANGELOG.rst
544545
ignore-words-list = asend
545546

546547
[isort]
547-
skip=doc,venv,.venv,.git,pymodbus/client/serial_asyncio
548+
skip=doc,venv,.venv,.git,serial_asyncio
548549
py_version=38
549550
profile=black
550551
line_length = 79

0 commit comments

Comments
 (0)