diff --git a/.gitignore b/.gitignore index ca01906..ba5b13b 100644 --- a/.gitignore +++ b/.gitignore @@ -138,4 +138,5 @@ dmypy.json cython_debug/ /.idea +/.vscode *.DS_Store diff --git a/setup.py b/setup.py index 532f5ec..dbc3eaf 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "pytest~=7.2", "pytest-cov~=4.0", "pytest-xdist~=3.2", - "pylint~=2.17", + "pylint~=3.0", ], }, setup_requires=["setuptools-git-versioning"],