File tree Expand file tree Collapse file tree 4 files changed +12
-15
lines changed Expand file tree Collapse file tree 4 files changed +12
-15
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,13 @@ exclude = [
1515 " csxtools.egg-info" ,
1616 " __pycache__"
1717]
18+
19+ [tool .pytest .ini_options ]
20+
21+ [tool .versioneer ]
22+ VCS = " git"
23+ style = " pep440"
24+ versionfile_source = " csxtools/_version.py"
25+ versionfile_build = " csxtools/_version.py"
26+ tag_prefix = " v"
27+ parentdir_prefix = " csxtools-"
Original file line number Diff line number Diff line change 11codecov
22coveralls
3- flake8
3+ ruff >= 0.4.0
44pytest
5- pytest-flake8
65sphinx
76sphinx-bootstrap-theme
Original file line number Diff line number Diff line change 11numpy
2- ruff >= 0.4.0
Original file line number Diff line number Diff line change 1- [egg_info]
2- tag_build =
3- tag_svn_revision = 1
4-
5- [tool:pytest]
6-
71[build_sphinx]
82source-dir = doc/
93build-dir = doc/_build
@@ -12,9 +6,4 @@ all_files = 1
126[upload_sphinx]
137upload-dir = doc/_build/html
148
15- [versioneer]
16- VCS = git
17- style = pep440
18- versionfile_source = csxtools/_version.py
19- versionfile_build = csxtools/_version.py
20- tag_prefix = v
9+
You can’t perform that action at this time.
0 commit comments