Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
daavoo authored Feb 28, 2023
1 parent e1aa778 commit bde7c4a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/iterative/cookiecutter-dvc-plugin",
"commit": "b5468040d24fba172720eaa61fb37dab48bda808",
"commit": "aefa54102988425072ef16449921aead31afdda8",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
12 changes: 12 additions & 0 deletions pyproject.toml.rej
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff a/pyproject.toml b/pyproject.toml (rejected hunks)
@@ -58,8 +58,8 @@ load-plugins = ["pylint_pytest"]

[tool.pylint.message_control]
disable = [
- "format", "refactoring", "spelling", "design", "no-self-use",
- "invalid-name", "misplaced-comparison-constant", "duplicate-code", "fixme",
+ "format", "refactoring", "spelling", "design",
+ "invalid-name", "duplicate-code", "fixme",
"unused-wildcard-import", "cyclic-import", "wrong-import-order",
"wrong-import-position", "ungrouped-imports", "multiple-imports",
"logging-format-interpolation", "logging-fstring-interpolation",
18 changes: 18 additions & 0 deletions setup.cfg.rej
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
diff a/setup.cfg b/setup.cfg (rejected hunks)
@@ -52,14 +52,14 @@ tests =
collective.checkdocs==0.2
pydocstyle==6.1.1
# pylint requirements
- pylint==2.11.1
+ pylint==2.16.2
# we use this to suppress pytest-related false positives in our tests.
pylint-pytest==1.1.2
# we use this to suppress some messages in tests, eg: foo/bar naming,
# and, protected method calls in our tests
pylint-plugin-utils==0.6
# type-checking
- mypy==0.910
+ mypy==0.981
types-requests==2.25.11
types-tabulate==0.8.3
types-toml==0.10.1

0 comments on commit bde7c4a

Please sign in to comment.