Skip to content

Commit e8314b6

Browse files
authored
update template
1 parent 2cd12c2 commit e8314b6

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

.cruft.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/iterative/cookiecutter-dvc-plugin",
3-
"commit": "b5468040d24fba172720eaa61fb37dab48bda808",
3+
"commit": "5e94b9534e6e169da559d3621884051c1575e7e1",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

pyproject.toml.rej

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff a/pyproject.toml b/pyproject.toml (rejected hunks)
2+
@@ -58,8 +58,8 @@ load-plugins = ["pylint_pytest"]
3+
4+
[tool.pylint.message_control]
5+
disable = [
6+
- "format", "refactoring", "spelling", "design", "no-self-use",
7+
- "invalid-name", "misplaced-comparison-constant", "duplicate-code", "fixme",
8+
+ "format", "refactoring", "spelling", "design",
9+
+ "invalid-name", "duplicate-code", "fixme",
10+
"unused-wildcard-import", "cyclic-import", "wrong-import-order",
11+
"wrong-import-position", "ungrouped-imports", "multiple-imports",
12+
"logging-format-interpolation", "logging-fstring-interpolation",

setup.cfg.rej

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
diff a/setup.cfg b/setup.cfg (rejected hunks)
2+
@@ -40,7 +40,7 @@ tests =
3+
pytest-xdist==2.4.0
4+
pytest-mock==3.6.1
5+
pytest-lazy-fixture==0.6.3
6+
- pytest-docker==0.10.3
7+
+ pytest-docker>=1,<2
8+
flaky==3.7.0
9+
mock==4.0.3
10+
wget==3.2
11+
@@ -52,14 +52,14 @@ tests =
12+
collective.checkdocs==0.2
13+
pydocstyle==6.1.1
14+
# pylint requirements
15+
- pylint==2.11.1
16+
+ pylint==2.16.2
17+
# we use this to suppress pytest-related false positives in our tests.
18+
pylint-pytest==1.1.2
19+
# we use this to suppress some messages in tests, eg: foo/bar naming,
20+
# and, protected method calls in our tests
21+
pylint-plugin-utils==0.6
22+
# type-checking
23+
- mypy==0.910
24+
+ mypy==0.981
25+
types-requests==2.25.11
26+
types-tabulate==0.8.3
27+
types-toml==0.10.1

0 commit comments

Comments
 (0)