Skip to content

Commit

Permalink
move to ruff section
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Nov 27, 2024
1 parent 1d52cb1 commit f9f03d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pytest
pytest-cov
pytest-randomly
pytest-env
ruff
hypothesis
hypothesis[numpy]
scikit-learn
Expand Down
2 changes: 2 additions & 0 deletions utils/check_docstrings.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Run ruff on Python examples in docstrings."""

from __future__ import annotations

import ast
Expand Down

0 comments on commit f9f03d4

Please sign in to comment.