Skip to content

Commit

Permalink
Added ruff plugin
Browse files Browse the repository at this point in the history
changed setup.py to require ruff and updated pyproject.toml
  • Loading branch information
ethanxia4 committed Nov 16, 2024
1 parent 60d663c commit a5629cb
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 a5629cb

Please sign in to comment.