Skip to content

Commit

Permalink
lint all base files
Browse files Browse the repository at this point in the history
  • Loading branch information
amva13 committed Mar 5, 2024
1 parent 973accd commit 6f7f4f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ dependencies:
- tqdm=4.65.0
- pip:
- cellxgene-census==1.10.2
- PyTDC==0.4.1
- rdkit==2023.9.5
- yapf==0.40.2
2 changes: 1 addition & 1 deletion run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
suite = loader.discover(start_dir)

runner = unittest.TextTestRunner()
runner.run(suite)
runner.run(suite)
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ def readme():


# read the contents of requirements.txt
with open(path.join(this_directory, "requirements.txt"), encoding="utf-8") as f:
with open(path.join(this_directory, "requirements.txt"),
encoding="utf-8") as f:
requirements = f.read().splitlines()

setup(
Expand Down

0 comments on commit 6f7f4f9

Please sign in to comment.