Skip to content

Commit c114122

Browse files
authored
update template
1 parent 3dbadcd commit c114122

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
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": "fef394b15f2800a69b5ee11ddcc9e4c5339ae5f5",
3+
"commit": "1c708b3f9ce614fc7fd5674d69643f9b24225f32",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

setup.cfg

+8-4
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,15 @@ tests =
4747

4848
[flake8]
4949
ignore=
50-
E203, # Whitespace before ':'
51-
E266, # Too many leading '#' for block comment
52-
W503, # Line break occurred before a binary operator
53-
P1, # unindexed parameters in the str.format, see:
50+
# Whitespace before ':'
51+
E203,
52+
# Too many leading '#' for block comment
53+
E266,
54+
# Line break occurred before a binary operator
55+
W503,
56+
# unindexed parameters in the str.format, see:
5457
# https://pypi.org/project/flake8-string-format/
58+
P1,
5559
max_line_length = 79
5660
max-complexity = 15
5761
select = B,C,E,F,W,T4,B902,T,P

0 commit comments

Comments
 (0)