File tree 3 files changed +4
-3
lines changed 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " pyrfc"
7
- version = " 3.3"
7
+ version = " 3.3.1 "
8
8
readme = " README.md"
9
9
license = { file = " LICENSES/Apache-2.0.txt" }
10
10
description = " Python bindings for SAP NetWeaver RFC SDK"
Original file line number Diff line number Diff line change 8
8
import os
9
9
from contextlib import suppress
10
10
11
- __version__ = importlib .metadata .version ("pyrfc" )
11
+ __version__ = importlib .metadata .version (__name__ )
12
12
__version_info__ = tuple (__version__ .split ("." ))
13
13
14
14
if os .name == "nt" :
Original file line number Diff line number Diff line change 37
37
pydocstyle
38
38
commands =
39
39
cython-lint src/pyrfc --max-line-length =180
40
- ruff check --fix src setup.py tests examples --line-length =120
40
+ ruff format src setup.py tests --line-length =120
41
+ # ruff format examples --line-length=120
41
42
pydocstyle src
42
43
43
44
[testenv:docs]
You can’t perform that action at this time.
0 commit comments