We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d76919 commit 7bb559fCopy full SHA for 7bb559f
1 file changed
pyproject.toml
@@ -80,7 +80,7 @@ lint = [
80
"pylint-per-file-ignores==2.0.3; python_version <= '3.11'",
81
"pylint-per-file-ignores==3.2.0; python_version > '3.11'",
82
"pylint==3.3.9; python_version <= '3.11'",
83
- "pylint==4.0.4; python_version > '3.11'",
+ "pylint==4.0.5; python_version > '3.11'",
84
]
85
test = [
86
"pytest==8.4.2; python_version <= '3.11'",
0 commit comments