Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruff plugin for convokit 3.0.1 #247

Merged
merged 11 commits into from
Nov 16, 2024
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
Loading