File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version = 1
2+
3+ test_patterns = [
4+ " tests/**"
5+ ]
6+
7+ [[analyzers ]]
8+ name = " python"
9+ enabled = true
10+ runtime_version = " 3.x.x"
11+
12+ [analyzers .meta ]
13+ max_line_length = 100
Original file line number Diff line number Diff line change 5050.scrapy
5151.spyderproject
5252.spyproject
53+ .tags
54+ .tags.mk
5355.tox /
5456.venv
5557.vscode
@@ -61,7 +63,9 @@ __marimo__/
6163__pycache__ /
6264__pypackages__ /
6365archive
66+ bdist
6467bioutils /_data /assemblies /pull
68+ build
6569build /
6670celerybeat-schedule
6771celerybeat.pid
@@ -71,7 +75,10 @@ cython_debug/
7175develop-eggs /
7276dist /
7377dmypy.json
78+ doc * /changelog /* /.tags
79+ doc * /changelog /* /.tags.mk
7480doc /_build
81+ doc /build
7582doc /changelog /* /.tags
7683doc /changelog /* /.tags.mk
7784doc /changelog /* /hg-git-remap.pl
Original file line number Diff line number Diff line change 1+ # This file is used by Git to consolidate the users who used multiple accounts
2+ # I pick the account with the most modified files in git shortlog -sne
13Andreas Prlic <andreas.prlic@invitae.com> Andreas Prlic <36012160+andreas-invitae@users.noreply.github.com>
24Andreas Prlic <andreas.prlic@invitae.com> Andreas Prlic <andreas.prlic@gmail.com>
35Caitlin Gong <ccaitlingo@gmail.com> Caitlin Gong <clgong@vassar.edu>
4- # I pick the account with the most modified files in git shortlog -sne
56Katie Stahl <kathryn.stahl@nationwidechildrens.org> katie stahl <kathryn.stahl@nationwidechildrens.org>
67Manuel Holtgrewe <manuel.holtgrewe@bih-charite.de> Manuel Holtgrewe <manuel.holtgrewe@bihealth.de>
78Meng <wangm0855@gmail.com> Meng Wang <wangm0855@gmail.com>
@@ -10,4 +11,3 @@ Reece Hart <reecehart@gmail.com> Reece Hart <reece@biocommons.org>
1011Reece Hart <reecehart@gmail.com> Reece Hart <reecehart@Reeces-MacBook-Pro.local>
1112Reece Hart <reecehart@gmail.com> Reece Hart <reece@ip-192-168-0-13.us-west-2.compute.internal>
1213Rudy Rico <rudy.rico@invitae.com> Rudolph Rico <rudy.rico@invitae.com>
13- # This is used by Git to consolidate the users who used multiple accounts
Original file line number Diff line number Diff line change @@ -11,7 +11,10 @@ python =
1111[testenv]
1212allowlist_externals = uv
1313commands =
14- uv sync --python {envpython}
15- uv run python -m pytest --doctest-modules tests --cov --cov-config =pyproject.toml --cov-report =xml
16- ty check
14+ make test
1715passenv = PYTHON_VERSION
16+ setenv =
17+ PYTHONHASHSEED = 0
18+ usedevelop = True
19+ whitelist_externals =
20+ make
You can’t perform that action at this time.
0 commit comments