Skip to content

Commit 806c9d0

Browse files
committed
Bump dependency versions
1 parent f44806c commit 806c9d0

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

dev/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# requirements *for development*!
22
igbpyutils == 0.8.0
33
simple-perms == 1.0.0 ; sys_platform != 'win32'
4-
coverage[toml] == 7.10.7
4+
coverage[toml] == 7.11.0
55
coverage-simple-excludes == 1.1.0
6-
pylint == 3.3.9
6+
pylint == 4.0.2
77
mypy == 1.18.2
88
flake8 == 7.3.0
99
Flake8-pyproject == 1.2.3

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ reportMissingParameterType = "none"
5353
reportMissingTypeArgument = "none"
5454
reportGeneralTypeIssues = "none" # too bad there isn't more fine-grained control than this
5555
reportUnnecessaryTypeIgnoreComment = "none" # this flags too many comments; we use mypy's `warn_unused_ignores` instead
56-
reportShadowedImports = "warning"
5756
reportImportCycles = "error"
5857
reportPropertyTypeMismatch = "warning"
5958

@@ -149,10 +148,6 @@ ignored-modules = ["ldap"]
149148
# avoid hangs.
150149
jobs = 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.

0 commit comments

Comments
 (0)