Skip to content

Commit

Permalink
codespell except test and databases
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Aug 17, 2024
1 parent 0dbf537 commit d42c2ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion atlas/init/get_SRA_runinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def get_table_from_accessions(accessions, output_file="SRA_run_table.csv") -> No


def parse_arguments_from_terminal():
## Comand line interface
## Command line interface
import argparse

parser = argparse.ArgumentParser()
Expand Down
2 changes: 1 addition & 1 deletion atlas/init/kingfisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def add_api_key(self, other_params):
return other_params

def _retry_request(self, description, func):
"""Retry a reqests.post or requests.get 3 times, returning the request
"""Retry a retests.post or requests.get 3 times, returning the request
when OK, otherwise raising an Exception"""

num_retries = 3
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ tag_prefix = v

[codespell]
check-filenames =
skip = .git,*.pdf,*.svg,versioneer.py,*.css,*.html
skip = .git,*.pdf,*.svg,versioneer.py,*.css,*.html,databases,test
ignore-words-list = BRITE
check-hidden =

0 comments on commit d42c2ed

Please sign in to comment.