Skip to content

Commit ef940c6

Browse files
committed
build: bump version and update lint config
1 parent 7b9ad4c commit ef940c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "objinspect"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "A high-level library for Python object inspection"
55
authors = [{ name = "Žiga Ivanšek", email = "ziga.ivansek@gmail.com" }]
66
license = { file = "LICENSE" }
@@ -106,6 +106,7 @@ select = [
106106
"E", # Pycodestyle (Error)
107107
'I', # isort
108108
'D', # pydocstyle
109+
'D213', # pydocstyle
109110
'UP', # pyupgrade
110111
'YTT', # flake8-2020
111112
'B', # flake8-bugbear
@@ -168,7 +169,6 @@ ignore = [
168169
"N803",
169170
"N806",
170171
"UP007",
171-
"UP038",
172172
]
173173
exclude = ["build", "tests/**"]
174174

0 commit comments

Comments
 (0)