Skip to content

Commit

Permalink
Remove dependencies on argcomplete, coveralls, and flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Apr 29, 2024
1 parent 06b6d4d commit 16b9dbb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,6 @@ unfixable = [
"numpy.typing" = "npt"
"typing" = "t"

[tool.ruff.lint.flake8-tidy-imports]
ban-relative-imports = "all"

[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["F401"]

Expand Down
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
argcomplete>=1.12.1
artistools>=2021.4.23
coveralls>=1.3.0
flake8>=3.8.4
matplotlib>=3.3.4
numpy>=1.19.4
pandas>=1.1
Expand Down

0 comments on commit 16b9dbb

Please sign in to comment.