Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
python-nbxmpp
Commits
29aa827f
Commit
29aa827f
authored
Jan 06, 2023
by
Philipp Hörist
Browse files
chore: Move pyright config into pyproject.toml
parent
54ef1117
Changes
2
Hide whitespace changes
Inline
Side-by-side
pyproject.toml
View file @
29aa827f
...
...
@@ -3,3 +3,13 @@ requires = [
"setuptools >= 43.0.0"
,
]
build-backend
=
"setuptools.build_meta"
[tool.pyright]
pythonVersion
=
"3.10"
pythonPlatform
=
"All"
typeCheckingMode
=
"strict"
reportUnnecessaryTypeIgnoreComment
=
"error"
reportPropertyTypeMismatch
=
"error"
reportMissingModuleSource
=
"none"
pyrightconfig.json
deleted
100644 → 0
View file @
54ef1117
{
"ignore"
:
[
"**/test"
,
"setup.py"
],
"typeCheckingMode"
:
"strict"
,
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment