Skip to content

Commit

Permalink
VSCode and Python 3.12 support
Browse files Browse the repository at this point in the history
Added a gitignore directive for .vscode and bumped the version of pylint to support python 3.12
  • Loading branch information
Tim O'Farrell authored and Tim O'Farrell committed Nov 6, 2023
1 parent 5b80c97 commit 9ffa695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,5 @@ dmypy.json
cython_debug/

/.idea
/.vscode
*.DS_Store
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 9ffa695

Please sign in to comment.