Skip to content

Commit

Permalink
Ruff plugin for convokit 3.0.1 (#247)
Browse files Browse the repository at this point in the history
Co-authored-by: Ethan Xia <[email protected]>
Co-authored-by: seanzhangkx8 <[email protected]>
  • Loading branch information
3 people authored Nov 16, 2024
1 parent 740ce94 commit c37ec3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ exclude = '''
| venv
)/
'''

[tool.ruff.lint]
select = ["NPY201"]
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"thinc>=8.3.0,<8.4.0",
"h5py==3.12.1",
"numexpr>=2.8.0",
"ruff>=0.4.8",
"bottleneck",
],
extras_require={
Expand Down

0 comments on commit c37ec3e

Please sign in to comment.