We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe57428 + 29b0825 commit e37acc7Copy full SHA for e37acc7
.gitignore
@@ -138,4 +138,5 @@ dmypy.json
138
cython_debug/
139
140
/.idea
141
+/.vscode
142
*.DS_Storage
setup.py
@@ -20,7 +20,7 @@
20
"pytest~=7.2",
21
"pytest-cov~=4.0",
22
"pytest-xdist~=3.2",
23
- "pylint~=2.17",
+ "pylint~=3.0",
24
],
25
},
26
setup_requires=["setuptools-git-versioning"],
0 commit comments