File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 11# requirements *for development*!
22igbpyutils == 0.8.0
33simple-perms == 1.0.0 ; sys_platform != 'win32'
4- coverage [toml ] == 7.10.7
4+ coverage [toml ] == 7.11.0
55coverage-simple-excludes == 1.1.0
6- pylint == 3.3.9
6+ pylint == 4.0.2
77mypy == 1.18.2
88flake8 == 7.3.0
99Flake8-pyproject == 1.2.3
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ reportMissingParameterType = "none"
5353reportMissingTypeArgument = " none"
5454reportGeneralTypeIssues = " none" # too bad there isn't more fine-grained control than this
5555reportUnnecessaryTypeIgnoreComment = " none" # this flags too many comments; we use mypy's `warn_unused_ignores` instead
56- reportShadowedImports = " warning"
5756reportImportCycles = " error"
5857reportPropertyTypeMismatch = " warning"
5958
@@ -149,10 +148,6 @@ ignored-modules = ["ldap"]
149148# avoid hangs.
150149jobs = 0
151150
152- # When enabled, pylint would attempt to guess common misconfiguration and emit
153- # user-friendly hints instead of false-positive error messages.
154- suggestion-mode = true
155-
156151[tool .pylint .basic ]
157152
158153# Naming style matching correct class attribute names.
You can’t perform that action at this time.
0 commit comments