Skip to content

Commit f89b98b

Browse files
authored
Remove old config values (#1503)
1 parent adf4c07 commit f89b98b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

setup.cfg

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ include = pymodbus*
7676

7777
# Add files or directories matching the regex patterns to the ignore-list.
7878
ignore-paths=
79-
examples/v2.5.3,
8079
pymodbus/client/serial_asyncio,
8180
doc
8281
ignore-patterns=^\.#
@@ -540,13 +539,3 @@ omit =
540539
[codespell]
541540
skip=./doc/_build,./doc/source/_static,venv,.venv,.git,htmlcov,CHANGELOG.rst,.mypy_cache
542541
ignore-words-list = asend
543-
544-
[isort]
545-
skip=doc/_build,venv,.venv,.git,pymodbus/client/serial_asyncio
546-
py_version=38
547-
profile=black
548-
line_length = 79
549-
lines_after_imports = 2
550-
known_local_folder =
551-
common
552-
contrib

0 commit comments

Comments
 (0)