Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro authored Dec 16, 2023
1 parent 34dd336 commit cb8d62a
Show file tree
Hide file tree
Showing 2 changed files with 6 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/py-template",
"commit": "aa59d6c31d258338f4bb9fff8cc1ce9813de7efc",
"commit": "452f108cd911d6cf617a8735f6939d212ef72cc3",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,15 @@ ignore = [
"ISC001", # single-line-implicit-string-concatenation
"SIM105", # suppressible-exception
"SIM108", # if-else-block-instead-of-if-exp
<<<<<<<

"D100", # Missing docstring in public module
"D103", # Missing docstring in public function
"D104", # Missing docstring in public package
=======
"D203", # one blank line before class
"D213", # multi-line-summary-second-line
>>>>>>>
]
select = ["ALL"]
show-source = true
Expand Down

0 comments on commit cb8d62a

Please sign in to comment.