Spaces:
Sleeping
Sleeping
Fanwang Meng commited on
Commit ·
96fc009
1
Parent(s): f4edb7e
Rename `DiverseSelector` to `selector`
Browse files- .coveragerc +4 -4
- .pre-commit-config.yaml +1 -1
- .roberto.yaml +2 -2
.coveragerc
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
[run]
|
| 2 |
omit =
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
|
| 8 |
[report]
|
| 9 |
show_missing = True
|
|
|
|
| 1 |
[run]
|
| 2 |
omit =
|
| 3 |
+
selector/*/tests/*
|
| 4 |
+
selector/tests/*
|
| 5 |
+
selector/__init__.py
|
| 6 |
+
selector/_version.py
|
| 7 |
|
| 8 |
[report]
|
| 9 |
show_missing = True
|
.pre-commit-config.yaml
CHANGED
|
@@ -93,7 +93,7 @@ repos:
|
|
| 93 |
args: [
|
| 94 |
"-r",
|
| 95 |
"-c .bandit.yml",
|
| 96 |
-
"
|
| 97 |
]
|
| 98 |
|
| 99 |
- repo: https://github.com/asottile/pyupgrade
|
|
|
|
| 93 |
args: [
|
| 94 |
"-r",
|
| 95 |
"-c .bandit.yml",
|
| 96 |
+
"selector"
|
| 97 |
]
|
| 98 |
|
| 99 |
- repo: https://github.com/asottile/pyupgrade
|
.roberto.yaml
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
# Force absolute comparison for cardboardlint
|
| 2 |
absolute: true
|
| 3 |
project:
|
| 4 |
-
name:
|
| 5 |
# requirements: [[numpydoc, numpydoc], [sphinx-autoapi, sphinx-autoapi], [sphinxcontrib-bibtex, sphinxcontrib-bibtex]]
|
| 6 |
packages:
|
| 7 |
-
- dist_name:
|
| 8 |
tools:
|
| 9 |
- write-py-version
|
| 10 |
# - cardboardlint-static
|
|
|
|
| 1 |
# Force absolute comparison for cardboardlint
|
| 2 |
absolute: true
|
| 3 |
project:
|
| 4 |
+
name: selector
|
| 5 |
# requirements: [[numpydoc, numpydoc], [sphinx-autoapi, sphinx-autoapi], [sphinxcontrib-bibtex, sphinxcontrib-bibtex]]
|
| 6 |
packages:
|
| 7 |
+
- dist_name: selector
|
| 8 |
tools:
|
| 9 |
- write-py-version
|
| 10 |
# - cardboardlint-static
|