Skip to content

Commit aa66782

Browse files
committed
sync dynamic files
1 parent 78c7910 commit aa66782

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.binder_config/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
dependencies:
22
- conda-forge::coverage ==7.6.12
3+
- conda-forge::pip
34
- conda-forge::pytest ==8.3.5
45
- conda-forge::pytest-cov ==6.0.0
56
- conda-forge::pytest-html ==4.1.1
6-
- pip
7-
- python 3.10
7+
- conda-forge::python 3.10
88
- repodynamics::pkgdata
99
- repodynamics::pkgdata
1010
- pip:

.devcontainer/config/ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ max-complexity = 15
3333
[lint.per-file-ignores]
3434
"docs/website/source/conf.py" = ["TRY003"]
3535
"pkg/src/pypackit/__main__.py" = ["T20"]
36+
"template/.control/hooks/cca.py" = ["ARG002"]
3637
"template/pkg/src/new_pyproject/__init__.py" = ["T20", "D104"]
3738
"template/pkg/src/new_pyproject/__main__.py" = ["T20"]
3839
"template/test/src/**" = ["S101"]
3940
"template/test/src/new_pyproject_testsuite/__init__.py" = ["T20", "D104"]
4041
"template/test/src/new_pyproject_testsuite/__main__.py" = ["T20"]
41-
"template/.control/hooks/cca.py" = ["ARG002"]
4242
"test/src/**" = ["S101"]
4343
"test/src/pypackit_testsuite/__init__.py" = ["T20"]
4444
"test/src/pypackit_testsuite/__main__.py" = ["T20"]

.github/.repodynamics/metadata.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6485,6 +6485,9 @@
64856485
"pkg/src/pypackit/__main__.py": [
64866486
"T20"
64876487
],
6488+
"template/.control/hooks/cca.py": [
6489+
"ARG002"
6490+
],
64886491
"template/pkg/src/new_pyproject/__init__.py": [
64896492
"T20",
64906493
"D104"
@@ -6958,7 +6961,7 @@
69586961
"url": "https://github.com/RepoDynamics/PyPackIT/blob/main/.binder_config/apt.txt"
69596962
},
69606963
"file_binder_conda": {
6961-
"content": "dependencies:\n - conda-forge::coverage ==7.6.12\n - conda-forge::pytest ==8.3.5\n - conda-forge::pytest-cov ==6.0.0\n - conda-forge::pytest-html ==4.1.1\n - pip\n - python 3.10\n - repodynamics::pkgdata\n - repodynamics::pkgdata\n - pip:\n - -e ../pkg\n - -e ../test\n",
6964+
"content": "dependencies:\n - conda-forge::coverage ==7.6.12\n - conda-forge::pip\n - conda-forge::pytest ==8.3.5\n - conda-forge::pytest-cov ==6.0.0\n - conda-forge::pytest-html ==4.1.1\n - conda-forge::python 3.10\n - repodynamics::pkgdata\n - repodynamics::pkgdata\n - pip:\n - -e ../pkg\n - -e ../test\n",
69626965
"content_setting": {
69636966
"prefix": "",
69646967
"separator": "\n",

0 commit comments

Comments
 (0)